1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Building

From jupiter

Jump to: navigation, search

Building Jupiter

Make a "Projects" directory off of your home, cd into it, and then check out a copy of the repository.

svn co https://jupiter.svn.sourceforge.net/svnroot/jupiter jupiter

To build from source, cd into ~/Projects/jupiter/jupiter-current and run the build scripts in ./bin from there. When complete, output packages will be placed into ../build.

When building an RPM package, be sure to have the following packages installed:

gnome-python2 rpm-build

Change to the ~/Projects/jupiter/packages/fuduntu directory

Update the .spec file to reflect the version of the code you are building.

Build the RPM package:

cd ~/Projects/jupiter
svn update
cd jupiter-current
vi usr/bin/jupiter
### Make necessary edits to the code
vi ~/Projects/jupiter/packages/fuduntu/jupiter.spec
bin/mkrpm
cd ..
svn commit -m "provided reason for updating"

A Binary and Source RPM will be built and dropped in ~/Projects/jupiter/build.

If jupiter-support-eee needs to be build cd up to the jupiter-support-eee-current directory and follow the same process changing jupiter.spec to jupiter-support-eee.spec and omitting the step to edit jupiter source.

Jupiter is a core component of Fuduntu.

Personal tools