How to set OPTION_TORRENT_SYSTEM to off

How to set OPTION_TORRENT_SYSTEM to off

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
feldmaus
Posts: 9
Joined: 24 Apr 2009, 00:32

How to set OPTION_TORRENT_SYSTEM to off

Post 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
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: How to set OPTION_TORRENT_SYSTEM to off

Post by hoijui »

Code: Select all

cmake -DOPTION_TORRENT_SYSTEM=FALSE .
Post Reply

Return to “Linux”