Nana, cross-platform GUI applications with modern C++

From Andreida
Revision as of 15:58, 5 November 2020 by Andreas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
      • 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