forked from ebu/packito
-
Notifications
You must be signed in to change notification settings - Fork 0
Automake project generator (C++)
License
Byvirven/packito
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
>> sh autogen.sh >> ./configure >> make or >> sh autogen.sh >> ./configure PKG_CONFIG_PATH=/Path/to/pkgconfig >> make or quicker from src directory >> c++ -std=c++11 *.cpp -o demo-linux `pkg-config --libs --cflags gtkmm-3.0 gdkmm-3.0` -W -Wall or >> g++ -std=c++11 *.cpp -o demo-linux `pkg-config --libs --cflags gtkmm-3.0 gdkmm-3.0` -W -Wall
About
Automake project generator (C++)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published