Changes between Version 5 and Version 6 of Installation
- Timestamp:
- 07/29/08 14:59:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v5 v6 1 1 = Installation = 2 2 3 Currently there is no automated installation for the ! BePorts system. Fortunately it is not a lot of work to do by hand. The following describes how to set up a local !BePorts tree and how to install BePorter.3 Currently there is no automated installation for the !HaikuPorts system. Fortunately it is not a lot of work to do by hand. The following describes how to set up a local !HaikuPorts tree and how to install BePorter. 4 4 5 If you want to contribute to the ! BePorts project by adding ports, you first [wiki:JoinBePorts need an Assembla account and become a member] of the !BePorts Assembla space. If you just want to build existing ports, you do notan account.5 If you want to contribute to the !HaikuPorts project by adding ports, you first [wiki:JoinHaikuPorts need to sign up]. If you just want to build existing ports, you do not need an account. 6 6 7 '''The ! BePorts tree'''7 '''The !HaikuPorts tree''' 8 8 9 First, you need to check out the ! BePorts tree using Subversion. I recommend placing it under /boot/develop/BePorts:9 First, you need to check out the !HaikuPorts tree using Subversion. I recommend placing it under /boot/develop/haikuports: 10 10 11 11 {{{ 12 12 cd /boot/develop 13 svn co http:// tools.assembla.com/svn/BePorts/BePorts/trunk BePorts13 svn co http://ports.haiku-files.org/svn/haikuports/trunk haikuports 14 14 }}} 15 15 16 If you signed up for a n Assembla account, you should provide yourusername with the {{{--username}}} option.16 If you signed up for a HaikuPorts account, you should provide your Trac username with the {{{--username}}} option. 17 17 18 18 '''!BePorter''' … … 22 22 {{{ 23 23 cd /boot/home/code 24 svn co http:// tools.assembla.com/svn/BePorts/beporter/trunk beporter24 svn co http://ports.haiku-files.org/svn/beporter/trunk beporter 25 25 }}} 26 26 27 The repository contains the executable {{{beporter}}} and the [ BePortsConf BePorts.conf] file. Copy (or link) {{{beporter}}} to {{{/boot/home/config/bin}}}, and [BePortsConf BePorts.conf] to {{{/etc}}}. Do not forget to set the {{{PACKAGES_PATH}}} in [BePortsConf BePorts.conf] to where you've checked out the !BePorts tree.27 The repository contains the executable {{{beporter}}} and the [HaikuPortsConf haikuports.conf] file. Copy (or link) {{{beporter}}} to {{{/boot/home/config/bin}}}, and [HaikuPortsConf haikuports.conf] to {{{/etc}}}. Do not forget to set the {{{PACKAGES_PATH}}} in [HaikuPortsConf HaikuPorts.conf] to where you've checked out the !HaikuPorts tree.
