Skip to content

Silgy Hello World – Getting Started on Windows

Jurek Muszyński edited this page May 31, 2020 · 2 revisions

0. Install C++ compiler

I recommend free, open source MinGW.

1. Create project folder

I.e. C:\projects\hello

2. Download Silgy

On the Silgy project's main page click Clone or download button, then choose ZIP version, open it and unpack it to your folder.

3. Open a command line window

4. Go to your project folder (directory)

and then src:

cd \projects\hello\src

5. Compile:

m

6. Run:

silgy

7. Open browser and navigate to localhost:8080

You should see something like this:

Note

As Windows lacks POSIX queues, it's not possible to use ASYNC here.

Clone this wiki locally