Changes between Version 3 and Version 4 of GoogleCodeInTaskInstallHaikuporter


Ignore:
Timestamp:
Dec 10, 2015, 4:56:17 PM (9 years ago)
Author:
scottmc
Comment:

added packager requirement.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeInTaskInstallHaikuporter

    v3 v4  
    55Haiku uses HaikuDepot as its package manager, but this requires packages and a way to build these packages. We use the tool HaikuPorter to to do this by telling it to read 'recipe' files that contain all the instructions needed to successfully build the package for Haiku. These recipes files can be found in a database called HaikuPorts, which it hosted on GitHub.
    66
    7 Head over to the [https://github.com/haikuports/haikuports/wiki wiki on the HaikuPorts website] and go to the section "Getting started" and follow the instructions on how to install HaikuPorter and the HaikuPorts database.
     7Head over to the [https://github.com/haikuports/haikuports/wiki wiki on the HaikuPorts website] and go to the section "Getting started" and follow the instructions on how to install HaikuPorter and the HaikuPorts database.  Edit your haikuports.conf file to put your username in as the packager, for email address put your username "@gci.test".
    88
    9 When you are done, check that haikuporter is working fine by building a simple recipe ("which" is a good choice). This will allow you to make sure everything is configured properly and working as expected. Provide a copy of the build log (haikuporter output to terminal) or a screenshot of the package (it is created in the packages/ folder in your ports directory) so we can check you completed the work.
     9When you are done, check that haikuporter is working fine by building a simple recipe ("which" is a good choice). This will allow you to make sure everything is configured properly and working as expected. Provide a copy of the build log (haikuporter output to terminal) and/or a screenshot of the package (it is created in the packages/ folder in your ports directory) so we can check you completed the work.