Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
howtos:bsd:compiling [2019/01/17 14:17] – created andy5995howtos:bsd:compiling [2019/01/17 14:32] – add link to ports Makefile andy5995
Line 5: Line 5:
 The //rst2html// dependency is part of the //py-docutils// or //py3docutils// package. The //rst2html// dependency is part of the //py-docutils// or //py3docutils// package.
  
-It's recommended to use the provided ''autogen.sh'' script. If configuring fails with an error that a required C++ compiler can't be found, use+It's recommended to use the provided "autogen.shscript. If configuring fails with an error that a required C++ compiler can't be found (and you've verified that g++ is installed), use
  
-''CXX=eg++ ./configure''+  CXX=eg++ ./configure
  
-Once configure completes, run ''gmake'' to start the build.+Once configure completes, run "gmaketo start the build.
  
 +After you first run "autogen.sh", you may want to re-run "configure" with any desired options.
 +
 +For extra information about configuring Geany on BSD, you can view the [[https://github.com/openbsd/ports/blob/master/devel/geany/Makefile | OpenBSD ports Makefile]].
  
  
Print/export