1,079
edits
Vinterstum (talk | contribs) m (→PPC build) |
(Changed outdated refs to ports.mk) |
||
Line 43: | Line 43: | ||
Once you've set up all the dependency libraries, you're ready to build ScummVM itself. | Once you've set up all the dependency libraries, you're ready to build ScummVM itself. | ||
First, there's a couple of minor changes we have to do to the ScummVM | First, there's a couple of minor changes we have to do to the ScummVM <code>ports.mk</code> file. | ||
Find the line that says: | Find the line that says: | ||
Line 53: | Line 53: | ||
Next, find the section that starts with: | Next, find the section that starts with: | ||
scummvm-static: $(OBJS) | scummvm-static: $(OBJS) | ||
This is the part of | This is the part of <code>ports.mk</code> that compiles our static binary (so we can distribute it to others without them having to have all the libraries installed) | ||
In this section, find and remove this line: | In this section, find and remove this line: | ||
-lSystemStubs \ | -lSystemStubs \ |
edits