Skip to content

xmake-io/ts-xmake-gui

Repository files navigation

ts-xmake-gui

Codacy Badge Build Status Build status

An ugly xmake gui 🎉

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

$ ./configure

on Windows

just download the file from release

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

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