| 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 [https://bitbucket.org/haikuports/haikuporter/raw/master/installhaikuporter.sh] and run it in the terminal. |
| 7 | | {{{ |
| 8 | | chmod 755 installhaikuporter.sh |
| 9 | | ./installhaikuporter.sh |
| 10 | | }}} |
| 11 | | |
| 12 | | 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. |
| 13 | | |
| 14 | | 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. |
| 15 | | |
| 16 | | Run |
| 17 | | {{{ |
| 18 | | haikuporter -h |
| 19 | | }}} |
| 20 | | for usage options. |
| 21 | | |
| 22 | | |
| 23 | | == Manual way == |
| 24 | | First, you need to check out the !HaikuPorts tree using Git. I recommend placing it under /boot/develop/haikuports: |
| 25 | | |
| 26 | | {{{ |
| 27 | | cd /boot/develop |
| 28 | | git clone https://bitbucket.org/haikuports/haikuports.git |
| 29 | | }}} |
| 30 | | |
| 31 | | If you signed up for a HaikuPorts account, you should provide your Trac username with the {{{--username}}} option. |
| 32 | | |
| 33 | | '''!haikuporter''' |
| 34 | | |
| 35 | | 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: |
| 36 | | |
| 37 | | {{{ |
| 38 | | cd /boot/develop |
| 39 | | git clone https://bitbucket.org/haikuports/haikuporter.git |
| 40 | | }}} |
| 41 | | |
| 42 | | The repository contains the executable {{{haikuporter}}} and the [HaikuPortsConf haikuports.conf] file. Link {{{haikuporter}}} to {{{/boot/home/config/non-packaged/bin}}}, and [HaikuPortsConf haikuports.conf] to {{{/boot/home/config/settings}}}. Do not forget to set the {{{PACKAGES_PATH}}} in [HaikuPortsConf HaikuPorts.conf] to where you've checked out the !HaikuPorts tree. |
| | 3 | Haikuports has moved to a new site on bitbucket.org. For install instructions see the wiki page here: https://bitbucket.org/haikuports/haikuports/wiki/Home |