chiark / gitweb /
Updated README.md with FreeBSD instructions.
authorTomasz CEDRO <cederom@tlen.pl>
Wed, 16 Jul 2014 02:04:20 +0000 (04:04 +0200)
committerTomasz CEDRO <cederom@tlen.pl>
Wed, 16 Jul 2014 02:14:56 +0000 (04:14 +0200)
README.md

index f272aea69ce3cde8b21792bffc8dfc3e74ee1d8a..d314d7f517db2244c7161f111f52bada38daad98 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Before posting issues (either Bugs, Feature requests or Requests for information
 Packaging
 ---------
 
-Cura development comes with a script "package.sh", this script has been designed to run under *nix OSes (Linux, MacOS). For Windows the package.sh script can be run from bash using git.
+Cura development comes with a script "package.sh", this script has been designed to run under *nix OSes (Linux, MacOS, FreeBSD). For Windows the package.sh script can be run from bash using git.
 The "package.sh" script generates a final release package. You should not need it during development, unless you are changing the release process. If you want to distribute your own version of Cura, then the package.sh script will allow you to do that.
 
 Both MacOS and Linux require some extra instructions for development, as you need to prepare an environment. Look below at the proper section to see what is needed.
@@ -80,6 +80,13 @@ Note if you already have Python installed via Homebrew, you have to uninstall it
 You can also install [official build](http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg).
 
 
+FreeBSD
+--------
+On FreeBSD simply use the Port Tree (`cd /usr/ports/cad/cura`) to create (`make package`) and install (`make install`) the package as root. Port will check for all necessary dependencies. You can also use the provided binary package with `pkg install Cura`.
+
+If you want to create an archive for local use the `package.sh freebsd` script (as an ordinary user) will give you a tarball with the program.
+
+
 ###Configure Virtualenv
 Create new virtualenv. If you have [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/) installed:
 `mkvirtualenv Cura`