https://github.com/manatools/mpan
ManaTools Launcher
https://github.com/manatools/mpan
Last synced: 10 months ago
JSON representation
ManaTools Launcher
- Host: GitHub
- URL: https://github.com/manatools/mpan
- Owner: manatools
- License: gpl-2.0
- Created: 2018-02-25T19:06:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T17:24:46.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T00:36:18.623Z (almost 2 years ago)
- Language: Python
- Size: 233 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpan
ManaTools Launcher
## Requirements
python3-manatools
python3-xml
python3-yui
## Installation
The installation uses cmake. You can choose your build directory.
Presuming that you will use `build/` alongside `mpan/`,
from within `build` directory:
`cmake ../mpan`
for installation in `/usr/local`.
`cmake -DCMAKE_INSTALL_PREFIX=/usr ../mpan`
for installation in `/usr`.
Then:
`make install`
## Logging
Logging is included in the code.
You can tune the level in /etc/mpan/mpan.yml with the entry `log_level`. The keywords are Python's standard (debug, info, ...)
Logs are in mpan.log in the current path