HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 6 and Version 7 of Installation


Ignore:
Timestamp:
11/10/09 22:24:07 (6 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v6 v7  
    11= Installation = 
    22 
    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. 
     3This 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 == 
     6There 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. 
     7This 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. 
    48 
    59If 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. 
    610 
    7 '''The !HaikuPorts tree''' 
    811 
     12== Manual way == 
    913First, you need to check out the !HaikuPorts tree using Subversion. I recommend placing it under /boot/develop/haikuports: 
    1014 
    … …  
    1620If you signed up for a HaikuPorts account, you should provide your Trac username with the {{{--username}}} option. 
    1721 
    18 '''!BePorter''' 
     22'''!haikuporter''' 
    1923 
    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: 
     24No 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: 
    2125 
    2226{{{ 
    23 cd /boot/home/code 
    24 svn co http://ports.haiku-files.org/svn/beporter/trunk beporter  
     27cd /boot/develop 
     28svn co http://ports.haiku-files.org/svn/haikuports/haikuporter/trunk haikuporter  
    2529}}} 
    2630 
    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. 
     31The 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. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/