Skip to content
Alexandr Topilski edited this page Feb 7, 2022 · 8 revisions

Building FastoTV

Clone sources:

git clone https://github.com/fastogt/fastotv
cd fastotv
git submodule update --init --recursive
cd build

Install FastoGT python scripts:

git clone https://gitlab.com/fastogt/pyfastogt
cd pyfastogt
python3 setup.py install
cd ../
rm -rf pyfastogt

Build environment:

python3 build_env.py

Build solution:

From build folder execute next:
python3 build.py ..

Clone this wiki locally