Changes between Version 14 and Version 15 of Installation
- Timestamp:
- 04/27/13 10:02:02 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v14 v15 4 4 5 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/1861/haikuporter/trunk/installhaikuporter.shinstallhaikuporter.sh] and run it in the terminal.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 7 {{{ 8 8 chmod 755 installhaikuporter.sh … … 22 22 23 23 == Manual way == 24 First, you need to check out the !HaikuPorts tree using Subversion. I recommend placing it under /boot/develop/haikuports:24 First, you need to check out the !HaikuPorts tree using Git. I recommend placing it under /boot/develop/haikuports: 25 25 26 26 {{{ 27 27 cd /boot/develop 28 svn co http://ports.haiku-files.org/svn/haikuports/trunk haikuports 28 git clone https://bitbucket.org/haikuports/haikuports.git 29 29 }}} 30 30
