Skip to content

randomcodegen/APCc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

How to use the lib in your project:

  1. Clone the vcpkg repo and install the required packages

  2. Compile libwebsockets with extensions:

    • edit .\vcpkg\ports\libwebsockets\portfile.cmake
    • to cmake_configure options add the flag -DLWS_WITHOUT_EXTENSIONS=OFF
  3. Create a visual studio project and add APCc.c + APCc.h

  4. Add additional include directory $(_ZVcpkgCurrentInstalledDir)/include/glib-2.0;$(_ZVcpkgCurrentInstalledDir)/lib/glib-2.0/include;

About

Port of https://github.com/N00byKing/APCpp from C++ to C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published