Skip to content

cllunsford/mobius

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing

Steps to compile on Windows 10

  • Download Visual Studio 2022.
  • Install Visual Studio 2022. In the "Visual Studio Installer":
    • Under Workloads tab: select Desktop Development with C++
  • Launch Visual Studio 2022 as an Administrator (required for Make to copy output to C:\Program Files)
  • Open a Developer Command Prompt (Tools -> Command Line -> Developer Command Prompt)
  • Run nmake in the project root

Create installation package:

  • Install NSIS (3.x - latest)
  • Open a Developer Command Prompt
  • cd src/install
  • nmake

Compile for 64-bit:

  • Start -> Launch x64 Native Tools Command Prompt for Visual Studio 2022 (Run as Administrator)
  • Run nmake in the project root

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.1%
  • HTML 18.1%
  • C 13.9%
  • Makefile 0.7%
  • NSIS 0.1%
  • Rez 0.1%