Skip to content

morpheby/ist303-miye

Repository files navigation

ist303-miye

  • Windows Build: Windows Build Status
  • Linux/macOS Build: Unix Build Status

Installation

Building

If you prefer to build it yourself or need to package it, follow these instructions:

  • Install Python 3.6.x
  • Run make
  • To build a distributable version, run make dist. It will be placed in dist/.
  • To provide some debug info during execution, add flag DEBUG to make invocation (i.e. make DEBUG=1 dist)
  • To start the server in standalone mode (without the client window), run make run. Browser window shall open.
    • To stop, press Ctrl-C
  • To create a package, run make package. This will create an archive with the distribution in dist/.

Windows notes

  • You will need GNU Make for the build (included in MSYS)
  • Detailed Instructions
  • package target requires installed NSIS. Default location is considered to be C:\Program Files(x86)\NSIS; if it is not your installation location, set NSIS_HOME environment variable to the correct path in Unix format before running make package (i.e. NSIS_HOME="/c/Program Files/NSIS" make package)

macOS notes

To install Python 3.6 and virtualenv through Homebrew:

  • Run tools/homebrew-install-python36.sh

A virtualenv will then be created in the ENV directory. To use it:

  • Run ENV/bin/activate

About

Study project for a course on development methodologies and agile development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •