Skip to content
/ gnui Public
forked from fltk/fltk-legacy

Modern UI library written in C++17

License

Notifications You must be signed in to change notification settings

fisean/gnui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNUI

UI library written in C++17

Build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make VERBOSE=1 -j4

It assumes you have 4 cores and you want Release build. If you're developing, you probably want Debug.

Building and executing tests can be done with:

make -j4 build-tests
make test

You can point cmake where to search for pkg-config .pc files and where to put its own .pc file.

env PKG_CONFIG_DATA=/some/path cmake .. -DPKG_CONFIG_INSTALL_PATH=/libdata/pkgconfig

Note that PKG_CONFIG_INSTALL_PATH is relative to CMAKE_INSTALL_PREFIX.

About

Modern UI library written in C++17

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.7%
  • CMake 26.3%