-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support Ubuntu 20.04 planning #7
Comments
I was able to build this with the following: Install latest XXHashgit clone https://github.com/Microsoft/vcpkg.git Install Requirementssudo apt install build-essential libattr1-dev libbsd-dev libacl1-dev libgl1-mesa-dev libfontconfig1 qtcreator qt5-default qtmultimedia5-dev Change Project Library LocationIn Ubuntu 20.04 Change: diff --git a/rapidcopy_main.pro b/rapidcopy_main.pro
index 8c342ad..3807d95 100644
--- a/rapidcopy_main.pro
+++ b/rapidcopy_main.pro
@@ -24,7 +24,7 @@ if(CentOS7){
DEFINES += _CENTOS7
}
else{
- LIBS += /usr/lib/libacl.so /usr/lib/x86_64-linux-gnu/libbsd.so
+ LIBS += /usr/lib/x86_64-linux-gnu/libacl.so /usr/lib/x86_64-linux-gnu/libbsd.so
DEFINE += _UBUNTU
} Or it might work with symlinks |
I was late playing with my kid, thanks for the info. |
I'm developing 1.4.0 for a commercial version of macOS. |
Many thx for RapidCopy... |
After a while, I will be free with CODID19, so I will start supporting Ubuntu 20.04:)
The text was updated successfully, but these errors were encountered: