Search found 46 matches

by artorius
12 Mar 2012, 21:35
Forum: Support
Topic: Fedora yum repo for OpenMW now available
Replies: 3
Views: 7349

Fedora yum repo for OpenMW now available

Updated for OpenMW 0.13.0 If you currently have openmw installed from the previous repo, just remove it with: yum remove openmw There are now both 32 and 64 bit RPM files available for Fedora. First, make sure that you have the RPMFusion repository available on your system (you will need this for t...
by artorius
11 Mar 2012, 20:06
Forum: General Development
Topic: No 'make install' ?
Replies: 8
Views: 3882

Re: No 'make install' ?

Ah, got it.

Do you guys want my Fedora 16 rpm's for 0.12.0 or wait for 0.13.0?
by artorius
11 Mar 2012, 17:41
Forum: General Development
Topic: No 'make install' ?
Replies: 8
Views: 3882

Re: No 'make install' ?

Sure thing, I'll give it a go this evening. The main thing is that Fedora is pretty strict on using specific build policies on creating RPMs, so I was working over the weekend on getting the build to work within those guidelines. I see that I do in fact have a ~/.config/openmw/openmw.cfg file, is th...
by artorius
11 Mar 2012, 03:31
Forum: General Development
Topic: No 'make install' ?
Replies: 8
Views: 3882

Re: No 'make install' ?

No need to worry about this one. For some reason, a make file will not build on Fedora for this. With the help of some guys over at the Fedora forums, I finally got a fully working proper Fedora RPM built for 0.12.0. Currently, the rpm installs the openmw.cfg file into /etc/openmw/, so obviously the...
by artorius
09 Mar 2012, 15:14
Forum: General Development
Topic: No 'make install' ?
Replies: 8
Views: 3882

Re: No 'make install' ?

Not that I noticed. I'll give it another go and see what cmake says. Well, this is what I get when I run cmake, I don't see anything odd: [artorius@laptop build-cmake-test]$ cmake ../openmw-0.12.0-source -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for w...
by artorius
08 Mar 2012, 23:09
Forum: General Development
Topic: No 'make install' ?
Replies: 8
Views: 3882

No 'make install' ?

This question is posted for Zini, or whoever can answer this. I'm trying to create a Fedora rpm file for openmw. However, it needs a command for 'make install', and when I attempt to build it, I get the... make: *** No rule to make target 'install'. Stop. ... message. lgro on IRC said that it should...