Nana, cross-platform GUI applications with modern C++: Difference between revisions

From Andreida
(Created page with "*** Links *** * http://nanapro.org/en-us/ * https://github.com/cnjinhao/nana *** Install *** sudo apt-get install libxcursor-dev libghc-x11-xft-dev git clone https://github...")
(No difference)

Revision as of 15:58, 5 November 2020

      • Install ***
sudo apt-get install libxcursor-dev libghc-x11-xft-dev
git clone https://github.com/cnjinhao/nana
cd nana
mkdir b
cd b
cmake ..
make