Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:bsd:compiling [2019/01/17 14:32] – add link to ports Makefile andy5995 | howtos:bsd:compiling [2019/01/17 21:23] (current) – change title andy5995 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BSD | Compiling | + | ====== |
The required packages are listed in the [[https:// | The required packages are listed in the [[https:// | ||
Line 5: | Line 5: | ||
The // | The // | ||
- | It's recommended to use the provided " | + | It's recommended to use the provided " |
+ | " | ||
CXX=eg++ ./configure | CXX=eg++ ./configure | ||
+ | | ||
+ | or | ||
+ | CXX=clang++ ./configure | ||
+ | | ||
Once configure completes, run " | Once configure completes, run " | ||
Line 14: | Line 19: | ||
For extra information about configuring Geany on BSD, you can view the [[https:// | For extra information about configuring Geany on BSD, you can view the [[https:// | ||
+ | |||
+ | {{tag> | ||