Skip to content

Commit

Permalink
more installation hints
Browse files Browse the repository at this point in the history
  • Loading branch information
hurzl committed Oct 3, 2012
1 parent deb8957 commit 6423bab
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion doc/manual.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ For historical reasons we leave here the links to the old svn version that devel

== Installation from binaries ==

=== FreeBSD ===

--------------------------
pkg_add -r repsnapper
--------------------------

=== Linux ===

There are currently no Repsnapper binaries pre-built for Linux. However, installation from source is relatively simple. If you'd like to package Repsnapper for your Linux distribution, please let us know!
Expand Down Expand Up @@ -61,6 +67,20 @@ Although RepSnapper is not generally tested outside of windows/linux/mac you may
=====

=== FreeBSD ===

--------------------------
cd /usr/ports/cad/repsnapper && make install clean
--------------------------
or
--------------------------
portinstall repsnapper
--------------------------
or similar.

Or use the port to install dependecies and then checkout the git code.


=== Linux ===

==== Arch Linux ====
Expand All @@ -70,13 +90,16 @@ There is an AUR package:
--------------------------
yaourt -Sy repsnapper
--------------------------
or
--------------------------
yaourt -Sy repsnapper-git
--------------------------


==== Ubuntu ====

===== Install dependencies =====

Ubuntu:
--------------------------
sudo apt-get install git-core build-essential intltool libtool libgtkglext1-dev libgtkmm-2.4-dev gtk2-engines-pixbuf freeglut3-dev libxml++ libcairomm-1.0 libzip-dev
--------------------------
Expand Down

0 comments on commit 6423bab

Please sign in to comment.