FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libhttpserver/README.FreeBSD at remove_forced_cpp11 · Suke0/libhttpserver · GitHub
Suke0
/
libhttpserver
Public
forked from
etr/libhttpserver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
libhttpserver
/
README.FreeBSD
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (7 loc) · 335 Bytes
Breadcrumbs
libhttpserver
/
README.FreeBSD
Copy path
File metadata and controls
9 lines (7 loc) · 335 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
## Building on FreeBSD (Tested on 12.0)
# Due to the differences in the directory structures on BSD systems some minor tweaks need to occur
# Also, FreeBSD and AIX "make" command is not compatible with gmake, like Linux and Mingw are
export MAKE=gmake
bootstrap
configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
gmake
Back
|
FazBrowse Home
|
New Git URL