sciter-sdk icon indicating copy to clipboard operation
sciter-sdk copied to clipboard

what's gtk version need on building notes demo

Open aisnote opened this issue 6 years ago • 3 comments

I tried build the notes on ubuntu, what's gtk version I need to install? thanks.

aisnote avatar Mar 20 '19 23:03 aisnote

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

ngirard avatar Mar 31 '19 16:03 ngirard

I've just created a pull request #113 which adds building instructions on Linux to the readme file. It should close this issue.

ngirard avatar Mar 31 '19 17:03 ngirard

thanks. will try it.

aisnote avatar Apr 01 '19 16:04 aisnote