You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in the process of installing GTK stress testing tool i need to do install dependencies. but when I am executing with ninja command i am getting an issue...anyone could you please help me out.. thanks in advance.
following are the dependencies need to install....
git clone --recurse-submodules -j4 https://gitlab.com/leinardi/gst.git
cd gst
git checkout release
pip3 install -r requirements.txt
meson . build --prefix /usr
ninja -v -C build
ninja -v -C build install
getting an issue with ninja
#ninja -v -C build
ninja: Entering directory `build'
ninja: fatal: chdir to 'build' - No such file or directory
The text was updated successfully, but these errors were encountered:
Akhil564
changed the title
Hi, in the process of installing GTK stress testing tool i need to do install dependencies. but when I am executing with ninja command i am getting an issue...anyone could you please help me out.. thanks in advance.
ninja -v -C build ninja: Entering directory `build' ninja: fatal: chdir to 'build' - No such file or directory
Jun 15, 2021
Hi, in the process of installing GTK stress testing tool i need to do install dependencies. but when I am executing with ninja command i am getting an issue...anyone could you please help me out.. thanks in advance.
following are the dependencies need to install....
git clone --recurse-submodules -j4 https://gitlab.com/leinardi/gst.git
cd gst
git checkout release
pip3 install -r requirements.txt
meson . build --prefix /usr
ninja -v -C build
ninja -v -C build install
getting an issue with ninja
#ninja -v -C build
ninja: Entering directory `build'
ninja: fatal: chdir to 'build' - No such file or directory
@jhasse
@mydongistiny
Originally posted by @Akhil564 in #1463 (comment)
The text was updated successfully, but these errors were encountered: