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

Support Ubuntu 20.04 planning #7

Open
KengoSawa2 opened this issue Apr 13, 2020 · 3 comments
Open

Support Ubuntu 20.04 planning #7

KengoSawa2 opened this issue Apr 13, 2020 · 3 comments
Assignees

Comments

@KengoSawa2
Copy link
Owner

After a while, I will be free with CODID19, so I will start supporting Ubuntu 20.04:)

@KengoSawa2 KengoSawa2 self-assigned this Apr 13, 2020
@alexmi256
Copy link

I was able to build this with the following:
https://gist.github.com/alexmi256/3a973fa59ab35d0ebaa987ab026fada2

Install latest XXHash

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg/
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install xxhash

Install Requirements

sudo apt install build-essential libattr1-dev libbsd-dev libacl1-dev libgl1-mesa-dev libfontconfig1 qtcreator qt5-default qtmultimedia5-dev

Change Project Library Location

In 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 ln -s /usr/lib/x86_64-linux-gnu/libacl.so /usr/lib/libacl.so

@KengoSawa2
Copy link
Owner Author

I was late playing with my kid, thanks for the info.
The path seems to be different in the latest ubuntu.
I will make changes to the source in the near future. Thank you.

@KengoSawa2
Copy link
Owner Author

I'm developing 1.4.0 for a commercial version of macOS.
If macOS update is complete, we'll be porting the Linux version as well.

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

No branches or pull requests

2 participants