Warning

 

Close

Confirm Action

Are you sure you wish to do this?

Confirm Cancel
BCM
User Panel

Posted: 5/26/2023 12:14:16 PM EDT
Github says to install dependencies, yea ok they are all installed.
make
gcc
qtmultimedia5-dev
libogg-dev
libopus-dev
libgl1-mesa-dev


Next github says to "Build an all-in-one version is as easy as compiling the main Qt project:"
find ./ -name '*.ts' -exec lrelease {} \;
qmake ultracopier.pro
make -j$(nproc)


Terminal cant find ultracopier.pro "Cannot find file: ultracopier.pro."

I tried the first two methods on the following website, terminal says ultracopier is already installed (but I cannot find it).

https://installati.one/install-ultracopier-ubuntu-20-04/

Help is appreciated.

https://github.com/alphaonex86/Ultracopier



Link Posted: 5/26/2023 2:49:05 PM EDT
[#1]
I'm not an ubuntu guy but the qmake command stands out.  Do you have it installed?  

Seems to come from qt6-qtbase-devel.

Link Posted: 5/28/2023 8:58:09 AM EDT
[#2]
Terminal says Ultracopier is installed but I cant find it any list of programs. When copying the OEM copy program opens.

Link Posted: 5/28/2023 9:10:21 AM EDT
[#3]
The qmake *.pro line is meant to be run in the same directory that you have checked out the source code in.  Those are instructions to compile their code.  Step 1 is cloning their code from git, then cd into that directory.  Thats why the error says it cannot find the *.pro file.
Close Join Our Mail List to Stay Up To Date! Win a FREE Membership!

Sign up for the ARFCOM weekly newsletter and be entered to win a free ARFCOM membership. One new winner* is announced every week!

You will receive an email every Friday morning featuring the latest chatter from the hottest topics, breaking news surrounding legislation, as well as exclusive deals only available to ARFCOM email subscribers.


By signing up you agree to our User Agreement. *Must have a registered ARFCOM account to win.
Top Top