Giter Club home page Giter Club logo

Comments (3)

alexmi256 avatar alexmi256 commented on May 26, 2024 2

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

from rapidcopy.

KengoSawa2 avatar KengoSawa2 commented on May 26, 2024

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.

from rapidcopy.

KengoSawa2 avatar KengoSawa2 commented on May 26, 2024

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.

from rapidcopy.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.