Page 1 of 1

How to set OPTION_TORRENT_SYSTEM to off

Posted: 14 Apr 2010, 12:08
by feldmaus
Hi All,

i am trying to set OPTION_TORRENT_SYSTEM to off

In my console:

Code: Select all

cd /opt/springlobby
OPTION_TORRENT_SYSTEM=off
cmake .
but i get still the error:

Code: Select all

feld-bert:/opt/springlobby# cmake .
-- checking for module 'libmpg123'
--   package 'libmpg123' not found
-- checking for module 'libtorrent-rasterbar>=0.13'
--   package 'libtorrent-rasterbar>=0.13' not found
CMake Error at CMakeLists.txt:166 (MESSAGE):
  libtorrent-rasterbar library not found! Please install the package or
  toggle OPTION_TORRENT_SYSTEM to OFF


-- Configuring done
Any idea? Do i need torrent to download the mods? And if so how can i set up my Debian lenny system without uninstall libboost-packages?

regards Markus

Re: How to set OPTION_TORRENT_SYSTEM to off

Posted: 14 Apr 2010, 12:33
by hoijui

Code: Select all

cmake -DOPTION_TORRENT_SYSTEM=FALSE .