From ea2b7b80db293115e51d07108edb580903794142 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 1 Jul 2010 18:01:22 -0400 Subject: Added compiling instructions for BSD users; doc/manual/3_Compiling.md --- doc/manual/3_Compiling.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/manual/3_Compiling.md') 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 -- cgit v1.2.3