mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
set correct paths for libraries for game directory
This commit is contained in:
parent
33c0bc49f6
commit
6ca49695e6
@ -92,9 +92,9 @@ Go to /LIB_PATH/vcmi, and type:
|
||||
ln -s .../trunk/build/lib/libvcmi.so libvcmi.so
|
||||
|
||||
Go to /LIB_PATH/vcmi/AI, and type:
|
||||
ln -s .../trunk/build/AI/VCAI/VCAI.so
|
||||
ln -s .../trunk/build/AI/StupidAI/StupidAI.so
|
||||
ln -s .../trunk/build/AI/BattleAI/BattleAI.so
|
||||
ln -s .../trunk/build/AI/VCAI/libVCAI.so
|
||||
ln -s .../trunk/build/AI/StupidAI/libStupidAI.so
|
||||
ln -s .../trunk/build/AI/BattleAI/libBattleAI.so
|
||||
|
||||
Go to /DATA_PATH/vcmi, and type:
|
||||
ln -s .../trunk/source/config
|
||||
|
Loading…
Reference in New Issue
Block a user