Search

Search found 12 matches

by builderror
01 Jul 2021, 06:22
Forum: Off Topic Discussion
Topic: University courses
Replies: 5
Views: 8299

Re: University courses

I've since learned that I can study a degree over a 10 year period but I'll need a stable place to live before I try studying again.
by builderror
12 Jun 2021, 05:40
Forum: Off Topic Discussion
Topic: University courses
Replies: 5
Views: 8299

University courses

I'd like to study stuff that could be applied to either get a job or for game development. I thought maybe physics papers, statistics and math, plus databases. I'll be studying part time. What courses/subjects do you recommend for ai or 3d stuff in general. I can only study a couple at a time. What ...
by builderror
23 Apr 2021, 00:30
Forum: General Discussion
Topic: What graphics card do you use for Spring RTS? Looking to buy one.
Replies: 9
Views: 8098

Re: What graphics card do you use for Spring RTS? Looking to buy one.

Due to covid 19 restrictions the computer shop can't get any 4gb cards, they only have 6gb cards that are beyond what I want to pay.
by builderror
22 Apr 2021, 23:12
Forum: General Discussion
Topic: What graphics card do you use for Spring RTS? Looking to buy one.
Replies: 9
Views: 8098

What graphics card do you use for Spring RTS? Looking to buy one.

I've never had a good graphics card, ever. The only time I bought one was 3-4 years ago when I bought a 27" View Sonic (one of those ones that also handles 4k really well according to some people) and Windows 10 wouldn't let me run the native 2560x1440 res even with me searching for the drivers...
by builderror
07 Jul 2020, 06:50
Forum: Off Topic Discussion
Topic: Computer Science books changed my perspective
Replies: 2
Views: 10725

Computer Science books changed my perspective

Previously I read books about specific programming languages and recently I got some computer science / data science books from the library - this has been very helpful for my understanding. I wish I had read these academic books sooner. Some of them are very long and I skip a lot, but one of the bo...
by builderror
11 May 2020, 08:59
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

That should have been obvious to me but my brain skipped it. Required: jsoncpp-devel glew-devel

I added this to the Wiki for Fedora

https://springrts.com/wiki/Building_Spr ... nux#Fedora

I'm currently running 'make'

edit: finished, it runs! now I'll try installing some of the games.
by builderror
11 May 2020, 00:03
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

I started over. Now I'm building to a folder in the directory above [jeff@localhost spring]$ cmake -S . -B ../build -DAI_TYPES=NATIVE -DCMAKE_INSTALL_PREFIX="/home/jeff/install/spring" -Wno-dev but I get the same error [jeff@localhost spring]$ cmake -S . -B ../build -DAI_TYPES=NATIVE -DCMA...
by builderror
10 May 2020, 00:57
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

That doesn't appear to be the cause. CMake Generate step failed. Build files cannot be regenerated correctly. [jeff@localhost spring]$ I need to "make clean" but in cmake I read that there's no such feature and I must delete manually. Either I delete these [jeff@localhost CMakeFiles]$ ls -...
by builderror
08 May 2020, 08:22
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

I was missing quite a few libs sudo dnf install DevIL-devel openal-soft-devel libcurl-devel libvorbis-devel libunwind-devel Progress [jeff@localhost spring]$ cmake . -DAI_TYPES=NATIVE -DCMAKE_INSTALL_PREFIX="$HOME/install/spring/104.0.1_p1474" -Wno-dev -- gcc 9.3.1 detected -- Checking to ...
by builderror
06 May 2020, 02:17
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

[jeff@localhost spring]$ cmake . -- gcc 9.3.1 detected -- Checking to see if CXX compiler accepts flag -fvisibility=hidden -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes -- Checking to see if CXX compiler accepts flag -std=gnu++11 -- Checking to see if CXX compiler accept...
by builderror
06 May 2020, 02:05
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

Re: cmake cannot find boost version 1.69.0

Alright I found how to download the branch with git git clone https://github.com/spring/spring.git --branch maintenance Though the official guide says --recursive which I didn't include https://springrts.com/wiki/Building_Spring_on_Linux#Maintenance_.28maintenance_branch.29 git clone --recursive git...
by builderror
04 May 2020, 02:03
Forum: Help & Bugs
Topic: cmake cannot find boost version 1.69.0
Replies: 15
Views: 10480

cmake cannot find boost version 1.69.0

[jeff@localhost spring]$ cmake . -- gcc 9.3.1 detected -- Checking to see if CXX compiler accepts flag -fvisibility=hidden -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes -- Checking to see if CXX compiler accepts flag -std=gnu++11 -- Checking to see if CXX compiler accept...

Go to advanced search