When trying to complie it I am getting up to 95% and then I get a crashing error at this point:
[ 95%] Building CXX object test/CMakeFiles/testeth.dir/dagger.cpp.o
Linking CXX executable testeth
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/libleveldb.a(table_builder.o): In function `leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*)':
(.text+0x646): undefined reference to `snappy::MaxCompressedLength(unsigned int)'
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/libleveldb.a(table_builder.o): In function `leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*)':
(.text+0x699): undefined reference to `snappy::RawCompress(char const*, unsigned int, char*, unsigned int*)'
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/libleveldb.a(format.o): In function `leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::Block**)':
(.text+0x6d0): undefined reference to `snappy::GetUncompressedLength(char const*, unsigned int, unsigned int*)'
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/libleveldb.a(format.o): In function `leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::Block**)':
(.text+0x738): undefined reference to `snappy::RawUncompress(char const*, unsigned int, char*)'
collect2: error: ld returned 1 exit status
make[2]: *** [test/testeth] Error 1
make[1]: *** [test/CMakeFiles/testeth.dir/all] Error 2
make: *** [all] Error 2
Edit: This code solves the problem and now I have built it:sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libfreetype6-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev libluajit-5.1-dev libleveldb-dev libsnappy-dev libgettextpo0
However, how am I supposed to start the client?I am executing from the build directory
cd eth && ./eth
and the console got stuck at:
Opened blockchain db. Latest: 0906dae3e53047ca76ed0603d48a9edadfd21f0efea5d5fd2437037c7cd1ad5a
Address: 127.0.0.1 = 127.0.0.1 [LOCAL]
Address: 46.238.37.253 = 46.238.37.253 [PEER]
TB : init_upnp()
Listening on local port 30303 (public: 0.0.0.0:0)
Mode: Full
Initialising: latest=0906dae3e53047ca76ed0603d48a9edadfd21f0efea5d5fd2437037c7cd1ad5a