Giter VIP home page Giter VIP logo

mage's Introduction

Mage

Dependencies on Linux:

  • sudo apt install libmotif-dev

Dependencies on mac:

  • You will need to install CMake to generate a working make.
  • You will need to install Homebrew to be able to execute the following command and get Motif.
  • brew install openmotif

Dependencies on Windows:

  • MFC libraries are required for this project. Install them from the Visual Studio installer (Individual Components tab) for any toolsets and architectures being used.
  • There is a missing header file and the need to compile with X windows, so this will not compile as of 1/7/2021.

Building

Use CMake to compile this program. It compiles and runs on Ubuntu 18.04 and MacOSX as of 1/6/2021.

Assuming that this code is checked out in ~/src/mage and all dependencies are available, the following will compile it

mkdir -p ~/build/mage
cd ~/build/mage
cmake ~/src/mage
make

Running

On the mac, you will need the XQuartz or another X Windows server running when mage is started.

Then, from the build directory you type ./mage to run it.

mage's People

Contributors

russell-taylor avatar daniel-sali avatar dcrrlab avatar smlewis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.