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

From Andreida
Revision as of 15:58, 5 November 2020 by Andreas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Links

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