Search found 4 matches

by SivaMachina
25 May 2020, 19:14
Forum: Support
Topic: Having trouble compiling on Ubuntu 20.04
Replies: 10
Views: 6692

Re: Having trouble compiling on Ubuntu 20.04

can you try if this works for you: $ git clone https://gitlab.com/OpenMW/openmw/ $ mkdir openmw/build $ cd openmw/build $ cmake .. $ make You can use "make -j 4" instead of just "make" if you want to use more cores and therefore compile the thing faster. Replace 4 with the numbe...
by SivaMachina
22 May 2020, 20:30
Forum: Support
Topic: Having trouble compiling on Ubuntu 20.04
Replies: 10
Views: 6692

Re: Having trouble compiling on Ubuntu 20.04

can you try if this works for you: $ git clone https://gitlab.com/OpenMW/openmw/ $ mkdir openmw/build $ cd openmw/build $ cmake .. $ make You can use "make -j 4" instead of just "make" if you want to use more cores and therefore compile the thing faster. Replace 4 with the numbe...
by SivaMachina
18 May 2020, 11:45
Forum: Support
Topic: Having trouble compiling on Ubuntu 20.04
Replies: 10
Views: 6692

Re: Having trouble compiling on Ubuntu 20.04

psi29a wrote: 18 May 2020, 10:52 They'll need: -D DESIRED_QT_VERSION=5

no qt4 in 20.04
If you look at my first link I mean it with that. And I needed add gland or legacy. I used to be able to compile with the way I have it. I am not sure of an update broke something or I unintentionally did.
by SivaMachina
18 May 2020, 07:46
Forum: Support
Topic: Having trouble compiling on Ubuntu 20.04
Replies: 10
Views: 6692

Having trouble compiling on Ubuntu 20.04

This is the list of commands I ran to compile it.
https://pastebin.com/76J1apc6

This is the output in the terminal.
https://pastebin.com/5HfNkEmY