-
Notifications
You must be signed in to change notification settings - Fork 0
This is the main library containing the openair resources and components
License
Nutria-LUG/libopenair
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LIB OPEN AIR ============ This is the main library used in open air system. # USAGE After installation you can import the header files: * libopenair/configuration.hh * libopenair/curl_service_connector.hh To compile it you must link one of the shared or static libary. ## SHARED Use the g++ -l option: > g++ my_prog.cc -o my_prog -lopenair ## STATIC Use the g++ -l: option: > g++ my_prog.cc -o my_prgo -l:libopenair.a
About
This is the main library containing the openair resources and components
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published