tes3mp code was made public

Everything having to do with OpenMW's TES3MP branch.
Tels
Posts: 21
Joined: 01 Jul 2016, 18:03
Contact:

Re: tes3mp code was made public

Post by Tels »

GrimKriegor wrote:Hello there gentlemen of Vehkland, I see aesylwinn has already suggested ways to build TES3MP, allow me to suggest however this build script we have prepared in the last few days to help people build and update it easily on GNU/Linux, and maybe even Mac OS X.

Hope this can be of use to some of you. :D
Looks nice. One thing: It sets the number of cores to 5 - my system only has four, so this might be a bit crude. Here is some code to detect the number of processors (might not be portable, tho!):

Code: Select all

cat /proc/cpuinfo |grep -E "^processor.*:.*([0-9]+)"|tail -n1|perl -wlne 'print $1 if $_ =~ /:.*([0-9]+)/'
User avatar
Zoran
Posts: 20
Joined: 13 Jun 2018, 07:40
Location: Novi Sad, Serbia

Re: tes3mp code was made public

Post by Zoran »

GrimKriegor wrote: 16 Jul 2016, 21:41 Hello there gentlemen of Vehkland, I see aesylwinn has already suggested ways to build TES3MP, allow me to suggest however this build script we have prepared in the last few days to help people build and update it easily on GNU/Linux, and maybe even Mac OS X.

Hope this can be of use to some of you. :D
I am always glad to see someone using the proper term GNU/Linux. I geet you friend!
Post Reply