Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz CEDRO <cederom@tlen.pl>2014-07-16 06:04:20 +0400
committerTomasz CEDRO <cederom@tlen.pl>2014-07-16 06:14:56 +0400
commitdb8db5066df4b7486dfc7a08badd8a84569fbd1a (patch)
tree592167c44e2a4847e1322bb73e23030bbe596597 /README.md
parent754432f47da0ba8319ea79ded35463b6f58040ca (diff)
Updated README.md with FreeBSD instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f272aea69c..d314d7f517 100644
--- 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`