Closed AdB9 closed 3 years ago
I'm using Ubuntu 18.4.02 LTS I followed these steps:
Compile
cd trunk qmake CONFIG+=debug make
Install sudo make install
sudo make install
The executables produced will be:
/usr/bin/RetroShare06 /usr/bin/RetroShare06-nogui
But these executables are not being produced.
If I execute further commands, I get error on:
$ sudo make retroshare-nogui-install_subtargets make: *** No rule to make target 'retroshare-nogui-install_subtargets'. Stop.
What could be the reason ?
wrong place here right place -> https://github.com/RetroShare/RetroShare/issues
I'm using Ubuntu 18.4.02 LTS I followed these steps:
Compile
Install
sudo make install
The executables produced will be:
/usr/bin/RetroShare06 /usr/bin/RetroShare06-nogui
But these executables are not being produced.
If I execute further commands, I get error on:
What could be the reason ?