BitShares Forum

Main => Technical Support => Topic started by: zhao150 on July 15, 2014, 06:22:54 am

Title: ubuntu 14.02 cmake . make error
Post by: zhao150 on July 15, 2014, 06:22:54 am
sudo apt-get update
sudo apt-get install cmake git libreadline-dev uuid-dev g++ libdb++-dev libdb-dev zip libssl-dev openssl build-essential python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-dev libboost-all-dev
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule init
git submodule update
cmake .
make
error:
[ 16%] Building C object libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o
cc: error: unrecognized command line option ‘-no-integrated-as’
make[2]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/scrypt-jane.c.o] Error 1
make[1]: *** [libraries/fc/vendor/scrypt-jane/CMakeFiles/scrypt.dir/all] Error 2
make: *** [all] Error 2
ubuntu@vm10-128-1-183:~/bitshares_toolkit$
Title: Re: ubuntu 14.02 cmake . make error
Post by: iHashFury on July 29, 2014, 03:44:30 pm
Hello

Try using.

Code: [Select]
git clone https://github.com/dacsunlimited/bitsharesx.git
Title: Re: ubuntu 14.02 cmake . make error
Post by: muse-umum on July 29, 2014, 03:48:38 pm
Zhao, find the tutorial here :
http://www.bts.hk/delegated-tutorial.html (http://www.bts.hk/delegated-tutorial.html)