Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howtos:bsd:compiling [2019/01/17 14:17] – created 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 |
+ | " (and you've verified that g++ or clang++ is installed), use | ||
- | '' | + | |
+ | |||
+ | or | ||
- | Once configure completes, run '' | + | CXX=clang++ ./ |
+ | |||
+ | Once configure completes, run "gmake" | ||
+ | After you first run " | ||
+ | |||
+ | For extra information about configuring Geany on BSD, you can view the [[https:// | ||
+ | |||
+ | {{tag> | ||