How to use awesomium sdk on linux

I downloaded awesomium sdk for a 64-bit Linux system, now I want to run a simple hello world application in monodevelop that opens a welcome message in awesomium on how to use this sdk in linux ... Plz give me some suggestions.

Relationship Rohit

+5
source share
1 answer

After downloading the SDK, extract it to a folder in your home directory. Open a terminal. Change directories to the SDK files you just extracted. Run sudo make all to install the library on your computer.

T0 check if it is installed and work

Change directories to. / bin and RUN

./awesomium_sample_hello

0
source

All Articles