GMPC-git build script.

If you want to use the latest greatest git version, but don’t want the hassle of updating, building the whole tree everytime. There is now a script available that does this for you.

The script can be found here.

Before using this script you should edit the user settings. (prefix, number of threads to use during compilation, etc.).

Make the script executable (chmod 755 build_gmpc_new.sh).

Running the script like:

1
./build_gmpc_new.sh

Will fetch (or update) all the items listed in PACKAGES. If you use this script for building, it won’t rebuild modules that are not updated.

The script (added that today, so might be buggy) can also update itself, run

1
./gmpc_build_new.sh update

It will update everything under the Don’t edit line, so your settings should be preserved.

See

1
 ./gmpc_build_new.sh help

for more information.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>