Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.17 KB

XexUtils

XexUtils is a library to make XEX applications and/or libraries.

Installation

With a pre-compiled binary

  • Download the latest binary and header files from the releases.
  • Add \path\to\XexUtils\lib to Configuration Properties > Linker > General > Additional Libary Directories.
  • Add \path\to\XexUtils\include to Configuration Properties > C/C++ > General > Additional Include Directories.
  • Add xnet.lib to Configuration Properties > Linker > Input > Additional Dependencies if it's not already there.

Compiling from source

  • Clone the repository:
git clone https://github.com/ClementDreptin/XexUtils.git \path\to\XexUtils
  • Add it as project on Visual Studio:  Right click on the solution name in the solution explorer then Add > Existing Project... and select XexUtils.vcxproj in \path\to\XexUtils.
  • Add it as a reference to your main project:  Right click on your main project in the solution explorer then Add > Reference..., tick XexUtils and click OK.
  • Add xnet.lib to Configuration Properties > Linker > Input > Additional Dependencies if it's not already there.