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 edit summary
 
Line 1: Line 1:
*** Links ***
=== Links ===
* http://nanapro.org/en-us/
* https://github.com/cnjinhao/nana


* [http://nanapro.org/en-us/ Home]
*** Install ***
* [https://github.com/cnjinhao/nana Git]

=== Install ===
sudo apt-get install libxcursor-dev libghc-x11-xft-dev
sudo apt-get install libxcursor-dev libghc-x11-xft-dev
git clone https://github.com/cnjinhao/nana
git clone https://github.com/cnjinhao/nana

Latest revision as of 15:58, 5 November 2020

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