How do I install Qolibri from source code?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Qolibri is a EPWING Dictionary/Book Viewer. The official site can be located here: http://qolibri.osdn.jp/



I'm trying to install 'qolibri-1.0.4.src.tar.gz'. Link is here: https://osdn.net/projects/qolibri/releases/29711



Picture of file's contents



I tried following the
instructions:
I installed Qt5 library. I couldn't find 'eblib'. I presume it's a library but I wasn't able to find it. The 'eblib' link does not work. I was given a different link but I don't know what to do with file.



In the terminal I changed directory into the file, I entered 'qmake', 'make'. Finally 'make install': I was given this



I looked in the file and the internet and I couldn't find a way to install this, it seems to work fine on Windows but I wouldn't know from first-hand experience. If anyone could please let me know how I can get Qolibri up and running that would be great.



Thank you for your time.










share|improve this question



























    up vote
    1
    down vote

    favorite












    Qolibri is a EPWING Dictionary/Book Viewer. The official site can be located here: http://qolibri.osdn.jp/



    I'm trying to install 'qolibri-1.0.4.src.tar.gz'. Link is here: https://osdn.net/projects/qolibri/releases/29711



    Picture of file's contents



    I tried following the
    instructions:
    I installed Qt5 library. I couldn't find 'eblib'. I presume it's a library but I wasn't able to find it. The 'eblib' link does not work. I was given a different link but I don't know what to do with file.



    In the terminal I changed directory into the file, I entered 'qmake', 'make'. Finally 'make install': I was given this



    I looked in the file and the internet and I couldn't find a way to install this, it seems to work fine on Windows but I wouldn't know from first-hand experience. If anyone could please let me know how I can get Qolibri up and running that would be great.



    Thank you for your time.










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Qolibri is a EPWING Dictionary/Book Viewer. The official site can be located here: http://qolibri.osdn.jp/



      I'm trying to install 'qolibri-1.0.4.src.tar.gz'. Link is here: https://osdn.net/projects/qolibri/releases/29711



      Picture of file's contents



      I tried following the
      instructions:
      I installed Qt5 library. I couldn't find 'eblib'. I presume it's a library but I wasn't able to find it. The 'eblib' link does not work. I was given a different link but I don't know what to do with file.



      In the terminal I changed directory into the file, I entered 'qmake', 'make'. Finally 'make install': I was given this



      I looked in the file and the internet and I couldn't find a way to install this, it seems to work fine on Windows but I wouldn't know from first-hand experience. If anyone could please let me know how I can get Qolibri up and running that would be great.



      Thank you for your time.










      share|improve this question















      Qolibri is a EPWING Dictionary/Book Viewer. The official site can be located here: http://qolibri.osdn.jp/



      I'm trying to install 'qolibri-1.0.4.src.tar.gz'. Link is here: https://osdn.net/projects/qolibri/releases/29711



      Picture of file's contents



      I tried following the
      instructions:
      I installed Qt5 library. I couldn't find 'eblib'. I presume it's a library but I wasn't able to find it. The 'eblib' link does not work. I was given a different link but I don't know what to do with file.



      In the terminal I changed directory into the file, I entered 'qmake', 'make'. Finally 'make install': I was given this



      I looked in the file and the internet and I couldn't find a way to install this, it seems to work fine on Windows but I wouldn't know from first-hand experience. If anyone could please let me know how I can get Qolibri up and running that would be great.



      Thank you for your time.







      software-installation source-code






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 22 at 20:29

























      asked Mar 22 at 17:16









      Stati

      63




      63




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          You can install EB library from repository:



          sudo apt-get install libeb16-dev eb-utils eb-doc


          Then you can compile and install qolibri with the following actions:



          sudo apt-get install build-essential qt4-qmake libqt4-dev

          cd ~/Downloads
          wget http://acc.dl.osdn.jp/qolibri/29711/qolibri-1.0.4.src.tar.gz
          tar -xzf qolibri-1.0.4.src.tar.gz
          cd qolibri-1.0.4.src

          qmake
          make
          sudo make install


          After these steps you can launch qolibri.




          For your information - Ubuntu also has EBView (EPWING dictionary viewer) in the repository, you can install it with



          sudo apt-get install ebview





          share|improve this answer





























            up vote
            -1
            down vote













            The page mentioned in the "instructions" was closed long thime ago. Only the link below is alive still.
            Try this:
            EB Library - ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2






            share|improve this answer




















            • I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
              – Stati
              Mar 22 at 18:45










            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018311%2fhow-do-i-install-qolibri-from-source-code%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            You can install EB library from repository:



            sudo apt-get install libeb16-dev eb-utils eb-doc


            Then you can compile and install qolibri with the following actions:



            sudo apt-get install build-essential qt4-qmake libqt4-dev

            cd ~/Downloads
            wget http://acc.dl.osdn.jp/qolibri/29711/qolibri-1.0.4.src.tar.gz
            tar -xzf qolibri-1.0.4.src.tar.gz
            cd qolibri-1.0.4.src

            qmake
            make
            sudo make install


            After these steps you can launch qolibri.




            For your information - Ubuntu also has EBView (EPWING dictionary viewer) in the repository, you can install it with



            sudo apt-get install ebview





            share|improve this answer


























              up vote
              0
              down vote













              You can install EB library from repository:



              sudo apt-get install libeb16-dev eb-utils eb-doc


              Then you can compile and install qolibri with the following actions:



              sudo apt-get install build-essential qt4-qmake libqt4-dev

              cd ~/Downloads
              wget http://acc.dl.osdn.jp/qolibri/29711/qolibri-1.0.4.src.tar.gz
              tar -xzf qolibri-1.0.4.src.tar.gz
              cd qolibri-1.0.4.src

              qmake
              make
              sudo make install


              After these steps you can launch qolibri.




              For your information - Ubuntu also has EBView (EPWING dictionary viewer) in the repository, you can install it with



              sudo apt-get install ebview





              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                You can install EB library from repository:



                sudo apt-get install libeb16-dev eb-utils eb-doc


                Then you can compile and install qolibri with the following actions:



                sudo apt-get install build-essential qt4-qmake libqt4-dev

                cd ~/Downloads
                wget http://acc.dl.osdn.jp/qolibri/29711/qolibri-1.0.4.src.tar.gz
                tar -xzf qolibri-1.0.4.src.tar.gz
                cd qolibri-1.0.4.src

                qmake
                make
                sudo make install


                After these steps you can launch qolibri.




                For your information - Ubuntu also has EBView (EPWING dictionary viewer) in the repository, you can install it with



                sudo apt-get install ebview





                share|improve this answer














                You can install EB library from repository:



                sudo apt-get install libeb16-dev eb-utils eb-doc


                Then you can compile and install qolibri with the following actions:



                sudo apt-get install build-essential qt4-qmake libqt4-dev

                cd ~/Downloads
                wget http://acc.dl.osdn.jp/qolibri/29711/qolibri-1.0.4.src.tar.gz
                tar -xzf qolibri-1.0.4.src.tar.gz
                cd qolibri-1.0.4.src

                qmake
                make
                sudo make install


                After these steps you can launch qolibri.




                For your information - Ubuntu also has EBView (EPWING dictionary viewer) in the repository, you can install it with



                sudo apt-get install ebview






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 23 at 9:14

























                answered Mar 23 at 9:03









                N0rbert

                16k33275




                16k33275






















                    up vote
                    -1
                    down vote













                    The page mentioned in the "instructions" was closed long thime ago. Only the link below is alive still.
                    Try this:
                    EB Library - ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2






                    share|improve this answer




















                    • I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                      – Stati
                      Mar 22 at 18:45














                    up vote
                    -1
                    down vote













                    The page mentioned in the "instructions" was closed long thime ago. Only the link below is alive still.
                    Try this:
                    EB Library - ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2






                    share|improve this answer




















                    • I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                      – Stati
                      Mar 22 at 18:45












                    up vote
                    -1
                    down vote










                    up vote
                    -1
                    down vote









                    The page mentioned in the "instructions" was closed long thime ago. Only the link below is alive still.
                    Try this:
                    EB Library - ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2






                    share|improve this answer












                    The page mentioned in the "instructions" was closed long thime ago. Only the link below is alive still.
                    Try this:
                    EB Library - ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 22 at 18:09









                    trythis

                    1




                    1











                    • I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                      – Stati
                      Mar 22 at 18:45
















                    • I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                      – Stati
                      Mar 22 at 18:45















                    I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                    – Stati
                    Mar 22 at 18:45




                    I downloaded the file. I have no idea what to do with it. You wouldn't happen to have the command? I used 'sudo apt-get install Qt5-default' to install Qt5. How do I install this EB library? Thank you for help!
                    – Stati
                    Mar 22 at 18:45

















                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018311%2fhow-do-i-install-qolibri-from-source-code%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491