FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bacnet-stack/doc/README.codeblocks at master · bacnet-stack/bacnet-stack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bacnet-stack
/
bacnet-stack
Public
Notifications
You must be signed in to change notification settings
Fork
298
Star
591
Code
Issues
90
Pull requests
2
Discussions
Actions
Security and quality
36
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
bacnet-stack
/
doc
/
README.codeblocks
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (21 loc) · 872 Bytes
Breadcrumbs
bacnet-stack
/
doc
/
README.codeblocks
Copy path
File metadata and controls
29 lines (21 loc) · 872 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BACnet Stack @ SourceForge.net
Build using Code Blocks
Q1: GNU GCC Compiler, undefined reference to closesocket
A1: Under Project->Build Options->Linker settings,
add "ws2_32" to Link Libraries.
Q2: GNU GCC Compiler, creating a DLL
A2: Under Project->Build Options->Linker settings,
add "user32" to Link Libraries.
Q3: GNU GCC Compiler, undefined reference to _GetAdaptersInfo
A3: Under Project->Build Options->Linker settings,
add "iphlpapi" to Link Libraries.
Q4: I don't see any Code::Blocks project files. How do I build?
A4: Use cmake to generate the project file. For example:
$ mkdir build && cd build
$ cmake -G"CodeBlocks - Unix Makefiles" ..
or any of the following generators depending on your compiler preference:
CodeBlocks - MinGW Makefiles
CodeBlocks - NMake Makefiles
CodeBlocks - NMake Makefiles JOM
CodeBlocks - Ninja
CodeBlocks - Unix Makefiles
Back
|
FazBrowse Home
|
New Git URL