Changes between Version 6 and Version 7 of Installation
- Timestamp:
- 11/10/09 22:24:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v6 v7 1 1 = Installation = 2 2 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. 3 This is for Haiku, it is not for Linux, Windows, Mac OS or any other operating system. If you are running Haiku then you are in the right place. 4 5 == Automated way == 6 There is now an automated installation for the !HaikuPorts system. To install, download this install script [http://ports.haiku-files.org/export/474/haikuporter/trunk/installhaikuporter.sh installhaikuporter.sh] and run it in the terminal. 7 This script will then checkout both the haikuporter tool and the haikuports repository. After the install is done you will then be able to use the haikuporter tool. 4 8 5 9 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 10 7 '''The !HaikuPorts tree'''8 11 12 == Manual way == 9 13 First, you need to check out the !HaikuPorts tree using Subversion. I recommend placing it under /boot/develop/haikuports: 10 14 … … 16 20 If you signed up for a HaikuPorts account, you should provide your Trac username with the {{{--username}}} option. 17 21 18 '''! BePorter'''22 '''!haikuporter''' 19 23 20 No BePorter releases have been made as of yet. For now, you can get the alpha version from the Subversion repository. Check it out from the !BePorter repository:24 No haikuporter releases have been made as of yet. For now, you can get the alpha version from the Subversion repository. Check it out from the haikuporter repository: 21 25 22 26 {{{ 23 cd /boot/ home/code24 svn co http://ports.haiku-files.org/svn/ beporter/trunk beporter27 cd /boot/develop 28 svn co http://ports.haiku-files.org/svn/haikuports/haikuporter/trunk haikuporter 25 29 }}} 26 30 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.31 The repository contains the executable {{{haikuporter}}} and the [HaikuPortsConf haikuports.conf] file. Copy (or link) {{{haikuporter}}} 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.
