• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Linux Debian 7

LuckyM

Ett är Ett
Joined
Jun 13, 2009
Messages
1,425
Solutions
1
Reaction score
181
Location
Sweden
Hello OTLand.

It was an long time ago, I worked with linux, So i've forget how to compile, If anyone can help me via teamviewer that would awesome. I got everything single file. Just need to compile, Cant even find the svn on otland anymore....


Thanks in advance
 
Cant install the libluajit or what it calls it says that cant find the file to install it, Maybe you can use teamviewer and help me?
 
Show us what you have in sources.list with:
Code:
cat /etc/apt/sources.list
and tell u what version of TFS are you trying to compile as well as the commands/tutorial you re using
 
After i type
cat /etc/apt/sources.list

Code:
deb http://debian.intergenia.de/debian-security/ wheezy/updates main contrib non-free
deb-src http://debian.intergenia.de/debian-security/ wheezy/updates main contrib non-free

I'm going to use rev 3884 8.6 I've been lookin on stian compiling tutorial...

Would be awesome if we can use teamviewer :)
 
Use this command instead of whatever you where using to install the packages:

Code:
apt-get install build-essential libxml2-dev libxml++2.6-dev liblua5.1-0-dev libboost-all-dev libmysql++-dev libgmp3-dev liblua5.1-sql-mysql-dev zlib1g-dev dh-autoreconf

Then compile
 
Code:
 Fixed = Required Crypto++ headers not found.

And got an error on make -j 2
Code:
No targets specified and no makefile found.  Stop.

Also got this error
Code:
 Lua header not found.

@dominique120
 
Last edited:
Back
Top