aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/3_Compiling.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual/3_Compiling.md b/doc/manual/3_Compiling.md
index afbe952d..bc40ff24 100644
--- a/doc/manual/3_Compiling.md
+++ b/doc/manual/3_Compiling.md
@@ -4,7 +4,7 @@
The requirements for building Textadept are not quite so minimal.
-#### Linux
+#### Linux & BSD
Linux systems will need the GTK+ development libraries. Your package manager
should allow you to install them. For Debian-based distributions, the package is
@@ -44,12 +44,14 @@ Download the `textadept_x.x.src.zip`, regardless of what platform you are on.
## Compiling
-#### Linux
+#### Linux & BSD
For Linux systems, simply run `make` in the `src/` directory. The `textadept`
executable will be created in the root directory. You can make a symlink from
it to `/usr/bin/` or elsewhere in your `PATH`.
+BSD users please run `make BSD=1`.
+
#### Mac OSX
In Mac OSX, open `xcode/textadept.xcodeproj` in XCode, change the active build