[Ethereum] notizen zur compilation
Johannes Strelka
e9926247 at student.tuwien.ac.at
Wed Apr 23 22:04:36 CEST 2014
Ahoj oib,
hier meine notizen zur installation
**** installation develop
<2014-04-23 Wed>
legba7 at minerva:~/bin/cpp-ethereum$ git checkout -b origin/develop
legba7 at minerva:~/bin/cpp-ethereum$ git pull https://github.com/ethereum/cpp-ethereum.git develop
legba7 at minerva:~/bin$ mkdir cpp-ethereum-build-develop
legba7 at minerva:~/bin/cpp-ethereum-build-develop$ cmake ../cpp-ethereum/ -DCMAKE_BUILD_TYPE=Release
legba7 at minerva:~/bin/cpp-ethereum-build-develop$ make
working!!
**** installation
<2014-04-16 Wed>
https://github.com/ethereum/cpp-ethereum/wiki/Building-on-Ubuntu-%28Proof-of-Concept%29
oib empfiehlt poc-4 branch zu pullen und den zu installieren
git clone https://github.com/ethereum/cpp-ethereum.git
#legba7 at minerva:~/bin/cpp-ethereum$ git pull https://github.com/ethereum/cpp-ethereum.git release-poc-4
git checkout -b origin/release-poc-4
#sudo aptitude install libqt5webkit5-dev
#sudo aptitude install libqt5quickparticles5 libqt5quicktest5
sudo aptitude install qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev
#sudo aptitude install libqt5webkit5-qmlwebkitplugin
#cmake ../cpp-ethereum/ -DCMAKE_BUILD_TYPE=Release -DHEADLESS=1
sudo aptitude install libncurses5-dev
cmake ../cpp-ethereum/ -DCMAKE_BUILD_TYPE=Release
make
***** libboost1.53-all-dev
<file:/sudo:root at minerva.local:/etc/apt/sources.list>
unstable sid in source eingetragen
sudo apt-get install libboost1.53-all-dev libboost1.53-dev libboost-atomic1.53-dev libboost-chrono1.53-dev libboost-context1.53-dev libboost-date-time1.53-dev libboost-exception1.53-dev libboost-filesystem1.53-dev libboost-graph1.53-dev libboost-graph-parallel1.53-dev libboost-iostreams1.53-dev libboost-locale1.53-dev libboost-math1.53-dev libboost-mpi1.53-dev libboost-mpi-python1.53-dev libboost-program-options1.53-dev libboost-python1.53-dev libboost-random1.53-dev libboost-regex1.53-dev libboost-serialization1.53-dev libboost-signals1.53-dev libboost-system1.53-dev libboost-test1.53-dev libboost-thread1.53-dev libboost-timer1.53-dev libboost-wave1.53-dev
Andreas Fleckl <andreas.fleckl at chello.at> writes:
> Hello Ethereum,
>
> we ll meetup the second time to skyrocket to the moon
>
> - News
> - Install Party
> http://etherscripter.com
> - Diskussion
>
>
>
>
> _______________________________________________
> Ethereum mailing list
> Ethereum at lists.metalab.at
> https://lists.metalab.at/mailman/listinfo/ethereum
More information about the Ethereum
mailing list