Author Topic: ubuntu1404 编译 bitshares_client及运行web_wallet的步骤  (Read 8353 times)

0 Members and 1 Guest are viewing this topic.

Offline Webber

  • Sr. Member
  • ****
  • Posts: 223
    • View Profile
擦嘞  居然用了长期没更新的代码:https://github.com/cgafeng
sb了我 没看更新时间     :'( :'( :'( :'( :'( :'( :'(
最新的在这里https://github.com/BitShares


头大 搞不定 :-[ :-[ :-[

Code: [Select]
root@ubuntu:/home/zoomac/build# cmake ../bitshares_toolkit
CMake Error at CMakeLists.txt:8 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:9 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".


-- Configuring incomplete, errors occurred!
See also "/home/zoomac/build/CMakeFiles/CMakeOutput.log".
root@ubuntu:/home/zoomac/build#
Bitshares2.0 witness node:delegate.webber
Bitshares2.0 API:ws://114.215.116.57:8090

Offline Webber

  • Sr. Member
  • ****
  • Posts: 223
    • View Profile
头大 搞不定 :-[ :-[ :-[

Code: [Select]
root@ubuntu:/home/zoomac/build# cmake ../bitshares_toolkit
CMake Error at CMakeLists.txt:8 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:9 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".


-- Configuring incomplete, errors occurred!
See also "/home/zoomac/build/CMakeFiles/CMakeOutput.log".
root@ubuntu:/home/zoomac/build#
Bitshares2.0 witness node:delegate.webber
Bitshares2.0 API:ws://114.215.116.57:8090

Offline leeyt

  • Full Member
  • ***
  • Posts: 99
    • View Profile
这个帖子很靠谱,有用!


Sent from my iPad using Tapatalk

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
能不能搞了windows版本的
建议用虚拟机装一个ubuntu,windows据说不好搞,我反正不用win了

Offline gyhy

  • Hero Member
  • *****
  • Posts: 852
    • View Profile

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline ebit

  • Committee member
  • Hero Member
  • *
  • Posts: 1905
    • View Profile
  • BitShares: ebit
telegram:ebit521
https://weibo.com/ebiter


Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
mkdir build && cd build

似乎会导致  genesis.json找不到 得手动复制过去

===========
2014年6月6日01:27:16
搞定了 哈哈  多谢楼主的指南
是的,我习惯代码和build的目录分开,要手动拷贝那个文件,cmake中应该改一下自动拷贝的

Offline Overthetop

个人微博账号: Overthetop_万里晴空
“块链创新与创业”交流群: 330378613

Offline Musewhale

  • Hero Member
  • *****
  • Posts: 2881
  • 丑,实在是太丑了 !
    • View Profile
哟西
看的我既崇拜又羡慕还略微带点春心荡漾 :-X :-X :-X :-X
MUSE witness:mygoodfriend     vote for me

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
 mkdir build && cd build

似乎会导致  genesis.json找不到 得手动复制过去

===========
2014年6月6日01:27:16
搞定了 哈哈  多谢楼主的指南
« Last Edit: June 05, 2014, 05:27:45 pm by sudo »



Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
tks
ubuntu基本0基础
新建文件用touch node.sh
然后sudo chmod 777 node.sh
再sudo gpedit node.sh
vi用不惯

nodejs搞定了
npm似乎还是不行啊

 sudo npm install lineman
sudo: npm: command not found



jerry@jerry-VirtualBox64bit:~$ npm -v
1.4.9
jerry@jerry-VirtualBox64bit:~$ node -v
v0.10.28
是我想当然了。应该sudo -i 变为root后再运行
Code: [Select]
sudo -i
npm install lineman
« Last Edit: June 05, 2014, 03:31:15 pm by alt »