BitShares Forum

Main => General Discussion => Topic started by: Brent.Allsop on February 07, 2014, 04:35:20 am

Title: Setting up a BitShares development environment in Windows.
Post by: Brent.Allsop on February 07, 2014, 04:35:20 am
I'm working on setting up a windows development environment for keyhotee, Bitshares and stuff.

If someone who has done this before could spend an hour or so helping me with this, it would surely save me a bunch of time.

Oh, and there are some protoshares for anyone able to help out.

Thanks

Brent




Title: Re: Setting up a BitShares development environment in Windows.
Post by: HackFisher on February 07, 2014, 05:33:34 am
Quote
git clone https://github.com/InvictusInnovations/keyhotee.git
cd keyhotee
git clone https://github.com/InvictusInnovations/BitShares
cd BitShares
git clone https://github.com/InvictusInnovations/fc.git
// note: there should be leveldb-win under ../vender, if not
// cd ../vender
// git clone https://github.com/InvictusInnovations/leveldb-win.git

// install latest boost, cmake, openssl, qt5 etc

cd ../..
// note: now current dir should be in keyhotee
run_cmake.bat

Suggest you to use VS2012, use run_cmake.bat to generate VS project files, if you have any other questions, could refer this thread first: https://bitsharestalk.org/index.php?topic=1331.0;all (https://bitsharestalk.org/index.php?topic=1331.0;all)
Title: Re: Setting up a BitShares development environment in Windows.
Post by: bytemaster on February 07, 2014, 07:45:48 am
Quote
git clone https://github.com/InvictusInnovations/keyhotee.git
cd keyhotee
git clone https://github.com/InvictusInnovations/BitShares
cd BitShares
git clone https://github.com/InvictusInnovations/fc.git
// note: there should be leveldb-win under ../vender, if not
// cd ../vender
// git clone https://github.com/InvictusInnovations/leveldb-win.git

// install latest boost, cmake, openssl, qt5 etc

cd ../..
// note: now current dir should be in keyhotee
run_cmake.bat

Suggest you to use VS2012, use run_cmake.bat to generate VS project files, if you have any other questions, could refer this thread first: https://bitsharestalk.org/index.php?topic=1331.0;all (https://bitsharestalk.org/index.php?topic=1331.0;all)

THanks for helping out HackFisher!
Title: Re: Setting up a BitShares development environment in Windows.
Post by: xeroc on February 13, 2014, 02:02:10 pm
Code: [Select]
CMake Error at BitShares/CMakeLists.txt:13 (INCLUDE):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at BitShares/CMakeLists.txt:15 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".


-- Configuring incomplete, errors occurred!

where to get that file "GetGitRevisionDescription"

I can see from github, that it was included once in the history but later removed? why?