instalation on Ubuntu 16.04 don't work

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
dana
Posts: 4
Joined: May 17th, 2018, 7:19 pm

instalation on Ubuntu 16.04 don't work

Post by dana »

Hi everyone... Any idea How to build the new version on Ubuntu 16.04 LTS? i try it with cmake but don't work. Thank's
User avatar
Pentarctagon
Project Manager
Posts: 5496
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: instalation on Ubuntu 16.04 don't work

Post by Pentarctagon »

What is cmake's output?
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
User avatar
Crow_T
Posts: 851
Joined: February 24th, 2011, 4:20 am

Re: instalation on Ubuntu 16.04 don't work

Post by Crow_T »

Have you tried scons yet? As long as you have the required libs I say give scons a shot.
phocasbyz
Posts: 15
Joined: February 4th, 2018, 12:31 pm

Re: instalation on Ubuntu 16.04 don't work

Post by phocasbyz »

dana wrote: May 18th, 2018, 8:55 pm Hi everyone... Any idea How to build the new version on Ubuntu 16.04 LTS? i try it with cmake but don't work. Thank's
wihout any details it is impossible to help you

THIS should work
viewtopic.php?f=5&t=48185
dana
Posts: 4
Joined: May 17th, 2018, 7:19 pm

Re: instalation on Ubuntu 16.04 don't work

Post by dana »

i use scons and i use cmake but some files i can't find them...i am not expert on ubuntu but i run the comands in terminal same like on description . unfortunately doesn't work..if you know some commands to run in terminal will be great. i use cmake to build 12.6 version and was working fine. Now i deleted because there is not many players ...this version is a bit hard for me to install it , so i am outside of game. i run the version for windows with virtualbox and windows7 installed there but this request a lot of resources and the game run very slow. If you can help will be very appreciate, if not, i thank you in advance for trying to help me
Regards
User avatar
Pentarctagon
Project Manager
Posts: 5496
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: instalation on Ubuntu 16.04 don't work

Post by Pentarctagon »

Install all the packages listed here. Otherwise, you're going to have to provide more information than "it doesn't work".
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
dana
Posts: 4
Joined: May 17th, 2018, 7:19 pm

Re: instalation on Ubuntu 16.04 don't work

Post by dana »

i run apt update and i got this
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
User avatar
Iris
Site Administrator
Posts: 6796
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: instalation on Ubuntu 16.04 don't work

Post by Iris »

You need to use sudo for each apt command so it’s run with admin privileges. e.g.: sudo apt update
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
dana
Posts: 4
Joined: May 17th, 2018, 7:19 pm

Re: instalation on Ubuntu 16.04 don't work

Post by dana »

working perfect
thank you very much to all of you for your support
Post Reply