ingram1107 / monsun

A travelling agent system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monsun

A travelling agent system implemented in C++14.

Requirements

  • CMake (>= 3.14)
  • Make
  • Any compiler that support C++14
  • Google Test (optional)

Supported Platforms

  • Windows
  • Linux
  • MacOS (untested)

Installation

Windows

Follow the CMake GUI instructions

Linux and MacOS

make && sudo make install

Uninstall

Windows

Follow the CMake GUI instructions

Linux and MacOS

sudo make uninstall

To Run

Windows

Find the application named monsun from your menu

Linux and MacOS

monsun

About

A travelling agent system

License:GNU General Public License v3.0


Languages

Language:C++ 93.0%Language:CMake 5.5%Language:Makefile 1.5%