Jump to content
Eternal Lands Official Forums
Entropy

New engine test, linux

Recommended Posts

<CLIP>

Linux users tend to forget what it was like switching to linux. I still need complete directions to compile things. :) I'd really like to compile this, but I can't seem to get it right. I have boost 1.37 installed. I can't figure out how to install cmake 2.6.4.

I don't do Ubuntu, but google is your friend. I just found these for you.

http://www.wikihow.com/Install-Software-in-Ubuntu

https://help.ubuntu.com/community/InstallingSoftware

Edited by nathanstenzel

Share this post


Link to post
Share on other sites
<CLIP>

Linux users tend to forget what it was like switching to linux. I still need complete directions to compile things.

I didn't build cmake manually

I download the script from the cmake website then ran that as my normal user, choosing "n" for the first question and so installing locally rather than system wide.

cd 
mkdir cmake
cd cmake
wget http://www.cmake.org/files/v2.6/cmake-2.6.4-Linux-i386.sh
sh cmake-2.6.4-Linux-i386.sh
cd <path to new engine code>
~/cmake/bin/cmake CMakeLists.txt
make

Hope that helps.

Share this post


Link to post
Share on other sites

Works pretty fine on my Debian Testing/Squeeze box with ATI Radeon HD 3200 onboard graphics (using fglrx 9.6).

 

1024x768, no AA, no AF: ~80 fps

1024x768, x4 AA, x16 AF: ~55 fps

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×