Skip to content

theanti9/irek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building
========

To get irek to build in Visual Studio, you have to add libirek as a dependency (Project->Project Dependencies->check libirek) But then it should build normally.

Running
=======

To run irek, libirek needs to be placed in the same folder as the executable. To make this easy, you can add a post-build event in Visual Studio.

 - Open libirek properties
 - Go to build events
 - In the post-build commands, put (without quotes) "copy C:\path\to\irek\folder\libirek\bin\Debug\libirek.dll C:\path\to\irek\folder\irek\bin\Debug\"
 - Save
 - Build

About

Non-blocking C# webserver and framework for .NET web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages