From 964b29cdfa05542476c8dca7a7d31511327241d5 Mon Sep 17 00:00:00 2001 From: PiGames Date: Tue, 10 Jun 2025 11:46:58 +0300 Subject: [PATCH] Update README.md g++ftxui bash script description added --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3496417..48b0e683 100644 --- a/README.md +++ b/README.md @@ -435,9 +435,9 @@ If you don't, FTXUI may be used from the following packages: [![Packaging status](https://repology.org/badge/vertical-allrepos/libftxui.svg)](https://repology.org/project/libftxui/versions) -If you choose to build and link FTXUI yourself, `ftxui-component` must be first in the linking order relative to the other FTXUI libraries, i.e. +If you choose to build with g++, you can use bash script: ```bash -g++ . . . -lftxui-component -lftxui-dom -lftxui-screen . . . +g++ftxui -o out source_code.cpp ``` To build FTXUI with modules, check [documentation](https://arthursonzogni.github.io/FTXUI/cpp20-modules.html)