Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmake-io/ts-xmake-gui
An ugly xmake gui
https://github.com/xmake-io/ts-xmake-gui
xmake xmake-gui
Last synced: about 1 month ago
JSON representation
An ugly xmake gui
- Host: GitHub
- URL: https://github.com/xmake-io/ts-xmake-gui
- Owner: xmake-io
- License: other
- Created: 2017-04-21T13:12:54.000Z (almost 8 years ago)
- Default Branch: posix
- Last Pushed: 2017-05-03T14:18:42.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T09:15:46.490Z (3 months ago)
- Topics: xmake, xmake-gui
- Language: Python
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-xmake-gui
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3e71f53ba7774984929858de3490f1d9)](https://www.codacy.com/app/TitanSnow/ts-xmake-gui?utm_source=github.com&utm_medium=referral&utm_content=TitanSnow/ts-xmake-gui&utm_campaign=badger)
[![Build Status](https://travis-ci.org/TitanSnow/ts-xmake-gui.svg)](https://travis-ci.org/TitanSnow/ts-xmake-gui)
[![Build status](https://ci.appveyor.com/api/projects/status/4rvf8go6kjy6ds9l?svg=true)](https://ci.appveyor.com/project/TitanSnow/ts-xmake-gui)An ugly xmake gui :tada:
## branches
* *legacy* (not recommended)
* *posix* (for posix users, recommended)
* *nt* (for Windows users, *not* recommended)
* *3* (the python3 version of branch legacy)
* *4* (the python3 version of branch posix)
* *newnt* (new Windows version! recommended)## on posix
```console
$ ./configure
```## on Windows
just download the file from [release](https://github.com/TitanSnow/ts-xmake-gui/releases)note: not support Windows XP but you could build by yourself to make it be able to run on XP. See below
### build
the steps of build is listed in [.appveyor.yml](https://github.com/TitanSnow/ts-xmake-gui/blob/newnt/.appveyor.yml)## little note
there is a cross-platform pseudo terminal (pty) solution in this repo to capture console app's output if you're interested in it