Everything having to do with OpenMW's TES3MP branch.
-
Tels
- Posts: 21
- Joined: 01 Jul 2016, 18:03
-
Contact:
Post
by Tels » 19 Jul 2016, 22:06
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.

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]+)/'
-
Zoran
- Posts: 20
- Joined: 13 Jun 2018, 07:40
- Location: Novi Sad, Serbia
Post
by Zoran » 13 Jun 2018, 13:45
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.
I am always glad to see someone using the proper term GNU/Linux. I geet you friend!