Jump to content

Linux' Build instructions


Recommended Posts

In addition to all the othe packages the instructions mention i also ended up having to install:

pkg-config

libboost-system1.37-dev

And im not sure if its manditory (I had done it before i installed 1.37) but you may need to add:

ln -s /usr/lib/libboost_system-mt.so.1.37.0 /usr/lib/libboost_system-mt.so

*MUST the name be "libboost_system-mt.so" or is "libboost_system-mt.so.1.37.0" okay?*

Apparently some packages were left out, i was missing "-lboost_system-mt" and http://www.wildfiregames.com/forum/index.php?showtopic=12566 Only helped me to understand i need to install "libboost-system1.37-dev".

I hear the Build Instructions are very good, And i think its true ;)

This was my first Successful build!

Link to comment
Share on other sites

In addition to all the othe packages the instructions mention i also ended up having to install:

pkg-config

libboost-system1.37-dev

And im not sure if its manditory (I had done it before i installed 1.37) but you may need to add:

ln -s /usr/lib/libboost_system-mt.so.1.37.0 /usr/lib/libboost_system-mt.so

*MUST the name be "libboost_system-mt.so" or is "libboost_system-mt.so.1.37.0" okay?*

Apparently some packages were left out, i was missing "-lboost_system-mt" and http://www.wildfiregames.com/forum/index.php?showtopic=12566 Only helped me to understand i need to install "libboost-system1.37-dev".

I hear the Build Instructions are very good, And i think its true ;)

This was my first Successful build!

The symlink is usually created by ldconfig and if not (you may try to run ldconfig yourself) for whatever reason just create one.

"-lboost_system-mt" is like: link libboost_system-mt.so

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...