Changes between Version 44 and Version 45 of WikiStart
- Timestamp:
- 08/09/10 19:43:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v44 v45 1 [[ BlogList(recent=3, max_size=200, format=float, heading=News)]]1 [[TOC(heading=Useful Pages, JoinHaikuPorts, ToDo, SubversionRepository, Guidelines, MailingList, HaikuPorter, Installation, FindDirectory, CommonProblems, PortingTips, LibVersions, CreatePatch, AddingPorts)]] 2 2 3 3 == Welcome to !HaikuPorts == … … 19 19 == Getting Started == 20 20 21 To install the !HaikuPorts system on your Haiku installation, see [wiki:Installation].21 To install the !HaikuPorts system on your Haiku, type on your terminal: 22 22 23 For information on how to add a HaikuPort to the tree, see AddingPorts. Don't forget to read the [wiki:Guidelines]! Milestone [milestone:"HaikuPorts M1" M1] lists a set of the most common/important software packages. It is recommended (recent versions of) these are ported first. 23 {{{ 24 chmod 755 installhaikuporter.sh 25 ./installhaikuporter.sh 26 }}} 27 28 For information about installation, see [wiki:Installation]. To know how to add a HaikuPort to the tree, see AddingPorts. Don't forget to read the [wiki:Guidelines]! Milestone [milestone:"HaikuPorts M1" M1] lists a set of the most common/important software packages. It is recommended (recent versions of) these are ported first. 24 29 25 30 == Downloads == 26 31 27 Looking for pre-built binaries? Check our [http://ports-space.haiku-files.org Downloads] page. 28 29 and 30 31 [http://ports.haiku-files.org/wiki/LibPak LibPak] 32 33 == Useful Pages == 34 35 * SubversionRepository 36 * MailingList 37 * [wiki:Guidelines] 38 * PortingTips 39 * FindDirectory 40 * CommonProblems 41 * PortLog 42 * LibVersions 43 * [wiki:Installation] 44 * JoinHaikuPorts 45 * AddingPorts 46 * [wiki:CreatePatch] 47 * HaikuPorter 48 * ToDo 32 Looking for pre-built binaries? Check our [http://ports-space.haiku-files.org Downloads] page. For a complete collection, check for [http://ports.haiku-files.org/wiki/LibPak LibPak]
