Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"sudo make install" returns "make: Nothing to be done for 'install'." #13

Open
DaveFlowberries opened this issue May 3, 2019 · 6 comments

Comments

@DaveFlowberries
Copy link

The last step won't work, guessing because there is no install file in the directory? Using Ubuntu (POP!_OS) 19.04

Everything else went sooth. Can open the app just fine, but it does not install to the system.

@carlosnewmusic
Copy link

in Kali the same thing happens

@lyndalopez544
Copy link

@DaveFlowberries @carlosnewmusic

  • Be sure to have installed all the required dependencies
sudo apt-get install build-essential qtchooser qt5-default libjansson-dev libcurl4-openssl-dev git zlib1g-dev automake autoconf libtool libjansson-dev
  • make sure to have c-vtapi installed first
  • run the commands as follows:
qmake
make
sudo make install

You can run qtchooser -run-tool=qmake -qt=5 to explicitly choose qt5's qmake tool.

@RossComputerGuy
Copy link

I got this issue on Arch Linux, I've got all of the dependencies installed except zlib1g and qtchooser. I tried installing QtChooser but it conflicts with qt5-base and when I tried having it replaced, it would break dependencies for VirtualBox.

@sakibstime
Copy link

Facing the same issue with Ubuntu 20.04 LTS. Every dependence was installed. But same thing happening with sudo make install

$ sudo make install
make: Nothing to be done for 'install'.

@sakibstime
Copy link

@DaveFlowberries @carlosnewmusic

  • Be sure to have installed all the required dependencies

sudo apt-get install build-essential qtchooser qt5-default libjansson-dev libcurl4-openssl-dev git zlib1g-dev automake autoconf libtool libjansson-dev

  • make sure to have c-vtapi installed first
  • run the commands as follows:

qmake
make
sudo make install
You can run qtchooser -run-tool=qmake -qt=5 to explicitly choose qt5's qmake tool.

Not working,

@ghost
Copy link

ghost commented Nov 17, 2021

Executable file is located in ~/qt-virustotal-uploader/VirusTotalUploader
You can copy it anywhere or to the PATH ~/bin
It also makes sense to strip (bin and lib) to reduce size:
strip --strip-unneeded

For the future: sort files by type in the file manager and look for executable (binary) files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants