Generating packages of Pale Moon

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
access2godzilla

Generating packages of Pale Moon

Unread post by access2godzilla » 2014-07-01, 13:33

Since there are many people who wish that Pale Moon had binary packages (have a look at the reviews on the pm4linux page), I wrote a tool that generates packages of Pale Moon from the archives generated by the Mozilla build process.

Git repository: https://github.com/access2godzilla/isomer
bz2 archive: https://www.mediafire.com/folder/trm1zgrf3dj2x/palemoon (in isomer directory)

Currently, Debian, Ubuntu and all RPM based distros are supported; it can be extended by adding a module. For details, refer to the README on Github.

To make a package, you need to download the currently distributed Pale Moon binary archives (*.tar.bz2), and type:

Code: Select all

./isomer <palemoon_archive> ~
This will generate a package of Pale Moon in your home directory. There may be a few bugs though (put together in very little time), so testing the packages in an isolated environment may be preferable.

The release of this tool does not enforce any obligations; it only hopes to serve as a helpful reference should it be felt that production of packages are necessary for the pm4linux project.

Locked