-
Notifications
You must be signed in to change notification settings - Fork 4
Build and Run on Host Computer
This wiki page explains how to build and run the Steno application direcly on the host computer.
You can disable secure boot in the system BIOS)
Here are the dependencies to install.
sudo apt-get install libssl-dev ffmpeg libpulse-dev libfftw3-dev cmake build-essential libconfig-dev libasound2-dev libgl1-mesa-dev
SSL : libssl-dev
FFmpeg : ffmpeg
Pulse Audio : libpulse-dev
ODAS : cmake build-essential libfftw3-dev libconfig-dev libasound2-dev
Qt : libgl1-mesa-dev
-
Download the latest version of qt online installer : https://download.qt.io/archive/online_installers/3.1/
-
Make the installer runnable
chmod +x ./qt-unified-linux-x64-3.1.1-online.run
-
Run the installer
./qt-unified-linux-x64-3.1.1-online.run
-
Select QtCreator and Qt 5.12.6 then start the installation
Clone the git repository. It contains useful scripts to make target setup easier.
git clone https://github.com/introlab/rendezvous.git $HOME/rendezvous
NOTE - For the rest of the procedure, it will be assume that the git repository location is $HOME/rendezvous
Launch the setup script
cd $HOME/rendezvous
./scripts/odas_setup.sh
Launch the setup script
cd $HOME/rendezvous
./scripts/yolo_setup.sh
-
Launch the setup script
cd $HOME/rendezvous sudo ./scripts/v4l2_loopback_setup.sh
-
Reboot and make sure the service is running afterwards
service stenocam status
NOTE - To remove a v4l2loopback device : sudo rmmod v4l2loopback NOTE - If this part fails,
cd $HOME/rendezvous
sudo ./scripts/StenoMics/automation.sh
-
Open QtCreator
-
Open Options window via Tools/Options... then go to Kits options
-
In Kits tab make sure the default kit has the following :
- Compiler C : GCC(C, x86 64bit in /usr/bin)
- Compiler C++ : GCC(C++, x86 64bit in /usr/bin)
- Debugger : System GDC at /usr/bin/gdb
- Qt version : Qt 5.12.6 GCC 64bit
-
Open $HOME/rendezvous/steno/steno.pro project file.
-
In the Configure Project window select default kit and press Configure Project
-
In Projects make sure Shadow build is disable and that build configuration is Release
-
Open steno.pro file in the editor and command line 6
target = #jetson_tx2
-
To build right click on the root folder and select Rebuild
-
To run left click on the green play button
- Home
- Steno
- Tools
- Jitsi Meet
- Static Libraries
- Speech-to-Text nodejs API
- Hardware
- Additional informations