mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
537 B
537 B
@page installation_xmake XMake @tableofcontents
XMake Package (Unofficial)
FTXUI is available in the xmake-repo.
Example xmake.lua
snippet:
add_requires("ftxui", {system = false})
target("demo")
set_kind("binary")
add_files("src/*.cpp")
add_packages("ftxui")
Refer to the XMake documentation for further options.
Previous |
---|
Getting Started |