Installing/UbuntuRepositories
From FusionForge Wiki
Contents |
Create /etc/apt/sources.list.d/fusionforge
You should create /etc/apt/sources.list.d/fusionforge.list containing one of the deb/deb-src lines
Branch Build
If you would like to see this again, please send a mail to fusionforge-devel list
Trunk Build
If you would like to see this again, please send a mail to fusionforge-devel list
Installation
FusionForge consists of a number of packages that contain its various components. The following meta-packages exist that simplify the installation of the standard components:
fusionforge-minimal- contains the components required to run FusionForge, but no plugins
fusionforge-standard- contains the standard components of FusionForge, including the reliable plugins
fusionforge-full- contains all components of FusionForge, including all plugins, including the more experimental ones.
To install any of these packages, run
apt-get update ; apt-get install <package>
Back to FusionForge.


