hsmile workspace projects:

  • win - window primitives (Windows)
  • For custom configuration options check CUSTOM-config.h file.

    To build sciter using VS2015 and above / Windows

    Visual Studio solution file: /hsmile.sln

    1. Windows platform SDK for Windows 8.1 is required, download and install it  https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx
    2. Add WindowsSDK environment variable pointing to the Windows SDK folder, see http://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them )
    3. All projects in the solution are already configured to get Windows headers from the path defined by WindowsSDK folder variable, no changes are required.

    Windows release targets:

    To build sciter using XCode / OS X

    XCode solution file: hsmile.xcworkspace

    Targets/Schemes: "sciter" for debug and "sciter release" for release.

    To build sciter using Code::Blocks / Linux (I am using Ubuntu)

    Workspace file : hsmile.gtk.workspace

    Targets: Debug64 and Release64