This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sketchbook Location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cmake .. -DEVMJIT=1 | |
-- The C compiler identification is GNU 4.9.2 | |
-- The CXX compiler identification is GNU 4.9.2 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./install_deps.sh | |
Installing cpp-ethereum dependencies on Debian Jesse (8.x). | |
Ign http://ftp.br.debian.org jessie InRelease | |
Hit http://ftp.br.debian.org jessie-updates InRelease | |
Hit http://ftp.br.debian.org jessie Release.gpg | |
Hit http://ftp.br.debian.org jessie Release | |
Hit http://ftp.br.debian.org jessie-updates/main Sources | |
Get:1 http://ftp.br.debian.org jessie-updates/main amd64 Packages/DiffIndex [5,440 B] | |
Get:2 http://ftp.br.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B] | |
Hit http://security.debian.org jessie/updates InRelease |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./install_deps.sh | |
Installing cpp-ethereum dependencies on Debian Jesse (8.x). | |
[sudo] password for ricardo: | |
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB] | |
Ign http://ftp.br.debian.org jessie InRelease | |
Get:2 http://ftp.br.debian.org jessie-updates InRelease [142 kB] | |
Hit http://ftp.br.debian.org jessie Release.gpg | |
Hit http://ftp.br.debian.org jessie Release | |
Get:3 http://security.debian.org jessie/updates/main Sources [150 kB] | |
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [288 kB] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cmake .. -DEVMJIT=1 | |
-- The C compiler identification is GNU 4.9.2 | |
-- The CXX compiler identification is GNU 4.9.2 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ |