Author Topic: Setting up a BitShares development environment in Windows.  (Read 2809 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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?

Offline bytemaster

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

THanks for helping out HackFisher!
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
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
« Last Edit: February 07, 2014, 05:38:23 am by HackFisher »
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline Brent.Allsop

  • Sr. Member
  • ****
  • Posts: 242
    • View Profile
    • Canonizer.com
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