sciter-sdk
sciter-sdk copied to clipboard
what's gtk version need on building notes demo
I tried build the notes on ubuntu, what's gtk version I need to install? thanks.
You need Gtk+3, which should already be installed on your system, and the development files for the GTK+ library.
On Debian or Ubuntu, you need to type:
sudo apt-get install libgtk-3-dev
I've just created a pull request #113 which adds building instructions on Linux to the readme file. It should close this issue.
thanks. will try it.