Skip to content

A haxe library for Neko that can work with the operating system

License

Notifications You must be signed in to change notification settings

polybiusproxy/systools

 
 

Repository files navigation

systools - A library working with the OS written in Haxe

A fork of the fork of neko-systools for Haxe 3 / Neko 2.

Building

The original repository wasn't updated since 2015, and there isn't major changes since 2013. Since 2015 / 2013, time passed and now building (for Windows) is impossible without a few workarounds:

Requirements for building:

  • MSVC v142 - VS 2019 C++ x64/x86 build tools
  • Windows SDK (latest version)

You can get both requirements on the Visual Studio Installer.

  1. Go any command prompt / terminal, and type haxelib git systools https://github.com/polybiusproxy/systools.git (you need to install Git).
  2. Rebuild the library using lime rebuild systools [windows/mac/linux], depending of your operating system.
  3. Now, you are done! Enjoy using systools! (no malicious using >:( )

Neko usage with OpenFL

OpenFL will not include systools.ndll by default when building for the Neko or cpp platforms. To solve this you must include an additional line in your project.xml file, just after the <haxelib name="systools" /> tag:

<ndll name="systools" haxelib="systools" />

About

A haxe library for Neko that can work with the operating system

Resources

License

Stars

Watchers

Forks

Languages

  • C 42.3%
  • Haxe 28.2%
  • Objective-C 18.8%
  • C++ 9.9%
  • Makefile 0.8%