Install dnscrypt-proxy-gui

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








up vote
0
down vote

favorite












What I've tried so far:



sudo apt install git
git clone https://github.com/F1ash/dnscrypt-proxy-gui


And I think it only downloaded the source code (?).



I also tried make but it doens't seem to work.










share|improve this question



























    up vote
    0
    down vote

    favorite












    What I've tried so far:



    sudo apt install git
    git clone https://github.com/F1ash/dnscrypt-proxy-gui


    And I think it only downloaded the source code (?).



    I also tried make but it doens't seem to work.










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      What I've tried so far:



      sudo apt install git
      git clone https://github.com/F1ash/dnscrypt-proxy-gui


      And I think it only downloaded the source code (?).



      I also tried make but it doens't seem to work.










      share|improve this question















      What I've tried so far:



      sudo apt install git
      git clone https://github.com/F1ash/dnscrypt-proxy-gui


      And I think it only downloaded the source code (?).



      I also tried make but it doens't seem to work.







      software-installation dnscrypt-proxy






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 8 at 21:51

























      asked Feb 6 at 20:50









      Shayan

      195315




      195315




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          First install cmake:



          sudo apt-get install cmake


          Or install the latest version of cmake by visiting cmake.org and downloading the latest source distribution.



          sudo apt-get install build-essential
          tar -xf cmake-3.10.2.tar.gz
          cd cmake-3.10.2
          ./configure
          make
          sudo apt-get install checkinstall
          sudo checkinstall


          And you need these to be able to compile DNSCrypt-Proxy-GUI:



          sudo apt-get install extra-cmake-modules
          sudo apt-get install qtbase5-dev
          sudo apt-get install libkf5auth-dev
          sudo apt-get install libkf5notifications-dev
          sudo apt-get install qtbase5-private-dev


          Download the latest DNSCrypt-Proxy-GUI from here



          tar -xf dnscrypt-proxy-gui-1.11.11.tar.gz
          cd dnscrypt-proxy-gui-1.11.11
          sudo cmake ./
          sudo checkinstall


          Now run DNSCrypt-Proxy-GUI with:



          DNSCryptClient


          Helpful links:



          How to install cmake 3.2 on Ubuntu



          https://github.com/psifidotos/Latte-Dock/issues/485



          What package do I need to build a Qt 5 & CMake application?






          share|improve this answer






















            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%2f1003678%2finstall-dnscrypt-proxy-gui%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            First install cmake:



            sudo apt-get install cmake


            Or install the latest version of cmake by visiting cmake.org and downloading the latest source distribution.



            sudo apt-get install build-essential
            tar -xf cmake-3.10.2.tar.gz
            cd cmake-3.10.2
            ./configure
            make
            sudo apt-get install checkinstall
            sudo checkinstall


            And you need these to be able to compile DNSCrypt-Proxy-GUI:



            sudo apt-get install extra-cmake-modules
            sudo apt-get install qtbase5-dev
            sudo apt-get install libkf5auth-dev
            sudo apt-get install libkf5notifications-dev
            sudo apt-get install qtbase5-private-dev


            Download the latest DNSCrypt-Proxy-GUI from here



            tar -xf dnscrypt-proxy-gui-1.11.11.tar.gz
            cd dnscrypt-proxy-gui-1.11.11
            sudo cmake ./
            sudo checkinstall


            Now run DNSCrypt-Proxy-GUI with:



            DNSCryptClient


            Helpful links:



            How to install cmake 3.2 on Ubuntu



            https://github.com/psifidotos/Latte-Dock/issues/485



            What package do I need to build a Qt 5 & CMake application?






            share|improve this answer


























              up vote
              0
              down vote



              accepted










              First install cmake:



              sudo apt-get install cmake


              Or install the latest version of cmake by visiting cmake.org and downloading the latest source distribution.



              sudo apt-get install build-essential
              tar -xf cmake-3.10.2.tar.gz
              cd cmake-3.10.2
              ./configure
              make
              sudo apt-get install checkinstall
              sudo checkinstall


              And you need these to be able to compile DNSCrypt-Proxy-GUI:



              sudo apt-get install extra-cmake-modules
              sudo apt-get install qtbase5-dev
              sudo apt-get install libkf5auth-dev
              sudo apt-get install libkf5notifications-dev
              sudo apt-get install qtbase5-private-dev


              Download the latest DNSCrypt-Proxy-GUI from here



              tar -xf dnscrypt-proxy-gui-1.11.11.tar.gz
              cd dnscrypt-proxy-gui-1.11.11
              sudo cmake ./
              sudo checkinstall


              Now run DNSCrypt-Proxy-GUI with:



              DNSCryptClient


              Helpful links:



              How to install cmake 3.2 on Ubuntu



              https://github.com/psifidotos/Latte-Dock/issues/485



              What package do I need to build a Qt 5 & CMake application?






              share|improve this answer
























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                First install cmake:



                sudo apt-get install cmake


                Or install the latest version of cmake by visiting cmake.org and downloading the latest source distribution.



                sudo apt-get install build-essential
                tar -xf cmake-3.10.2.tar.gz
                cd cmake-3.10.2
                ./configure
                make
                sudo apt-get install checkinstall
                sudo checkinstall


                And you need these to be able to compile DNSCrypt-Proxy-GUI:



                sudo apt-get install extra-cmake-modules
                sudo apt-get install qtbase5-dev
                sudo apt-get install libkf5auth-dev
                sudo apt-get install libkf5notifications-dev
                sudo apt-get install qtbase5-private-dev


                Download the latest DNSCrypt-Proxy-GUI from here



                tar -xf dnscrypt-proxy-gui-1.11.11.tar.gz
                cd dnscrypt-proxy-gui-1.11.11
                sudo cmake ./
                sudo checkinstall


                Now run DNSCrypt-Proxy-GUI with:



                DNSCryptClient


                Helpful links:



                How to install cmake 3.2 on Ubuntu



                https://github.com/psifidotos/Latte-Dock/issues/485



                What package do I need to build a Qt 5 & CMake application?






                share|improve this answer














                First install cmake:



                sudo apt-get install cmake


                Or install the latest version of cmake by visiting cmake.org and downloading the latest source distribution.



                sudo apt-get install build-essential
                tar -xf cmake-3.10.2.tar.gz
                cd cmake-3.10.2
                ./configure
                make
                sudo apt-get install checkinstall
                sudo checkinstall


                And you need these to be able to compile DNSCrypt-Proxy-GUI:



                sudo apt-get install extra-cmake-modules
                sudo apt-get install qtbase5-dev
                sudo apt-get install libkf5auth-dev
                sudo apt-get install libkf5notifications-dev
                sudo apt-get install qtbase5-private-dev


                Download the latest DNSCrypt-Proxy-GUI from here



                tar -xf dnscrypt-proxy-gui-1.11.11.tar.gz
                cd dnscrypt-proxy-gui-1.11.11
                sudo cmake ./
                sudo checkinstall


                Now run DNSCrypt-Proxy-GUI with:



                DNSCryptClient


                Helpful links:



                How to install cmake 3.2 on Ubuntu



                https://github.com/psifidotos/Latte-Dock/issues/485



                What package do I need to build a Qt 5 & CMake application?







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 8 at 21:52

























                answered Feb 8 at 21:40









                Shayan

                195315




                195315



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003678%2finstall-dnscrypt-proxy-gui%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