Coder Social home page Coder Social logo

Comments (2)

Rain92 avatar Rain92 commented on June 2, 2024 1

Hey @pazos cool that you are interested.

To build the mangareader for kobo you only have to make sure you have the source of the app launcher (https://bitbucket.org/vlasovsoft/free) in the same directory. Also make the directory it is called free and not free-master so the path matches the include in the UltimateMangaReader.pro file. You also have to build the 'common' subproject of the launcher and again make sure the path for -lcommon matches in the project file.
To build the common subproject you probably have to add
CONFIG+=kobo
to the common.pro file or to your build options.

from ultimatemangareader.

Svahnen avatar Svahnen commented on June 2, 2024

Im stuck here, what i dont understand is this line:
LIBS += -L../build-free-Kobo-Release/common -lcommon

Am i supposed to build something and place it in yet another folder named build-free-Kobo-Release? In that case what? i tried to place my newly built "libcommon.a" there, but that was a no go.

What i have done so far is:
cd /home/username/free/common
qmake common.pro
make
cd cd /home/username/UltimateMangaReader
qmake UltimateMangaReader.pro
make

Then i get the same error spoken of above ( error: ‘getVirtualKeyboard’ was not declared in this scope).

Also building the common subproject with "CONFIG+=kobo" gives me the following error: "WARNING: Failure to find: resources/gadget/gadget.qrc", but i get no error without.

from ultimatemangareader.

Related Issues (20)

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.