Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Dev] Documenting Feathercoin Specific Software settings - Part 12

    Technical Development
    1
    33
    6478
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wrapper
      wrapper Moderators last edited by wrapper

      Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

      Cleaned needed files commit

      https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076

      src/bitcoin-config.h.in

      src/qt/Makefile.in

      src/qt/test/Makefile.in

      ** src/test/Makefile.in**

      Auto generated? review

      1 Reply Last reply Reply Quote 0
      • wrapper
        wrapper Moderators last edited by

        Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

        Cleaned needed files commit

        https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076

        src/secp256k1/build-aux/depcomp

         +#! /bin/sh
         +# depcomp - compile a program generating dependencies as side-effects
         +
         +scriptversion=2013-05-30.07; # UTC
        

        Start of code. Autogenerated? review

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by

          Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

          Cleaned needed files commit

          https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076

          src/secp256k1/build-aux/install-sh

          Auto genrated file? review

          1 Reply Last reply Reply Quote 0
          • wrapper
            wrapper Moderators last edited by

            Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

            Cleaned needed files commit

            https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076

            src/secp256k1/build-aux/test-driver

            Auto generated files

            1 Reply Last reply Reply Quote 0
            • wrapper
              wrapper Moderators last edited by

              Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

              Removed dependency to libqrenncode - commit

              https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82

              configure.ac

               +      AC_DEFINE([USE_QRCODE],[0],[Define if QR support should be compiled in])
              
               -      use_qr=yes
               +      use_qr=no
              

              Code replaced

              1 Reply Last reply Reply Quote 0
              • wrapper
                wrapper Moderators last edited by

                Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                Clean / Removed dependency to libqrenncode 2 commit

                https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82

                .gitignore

                 +src/bitcoin-config.h
                

                Code Added

                1 Reply Last reply Reply Quote 0
                • wrapper
                  wrapper Moderators last edited by

                  Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                  Clean / Removed dependency to libqrenncode 2 commit

                  https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82

                  configure.ac

                   -        PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libqrencode  not found.)])
                   -        BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
                  
                   +      #  PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libqrencode  not found.)])
                   +      #  BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
                  

                  Code replaced

                  1 Reply Last reply Reply Quote 0
                  • wrapper
                    wrapper Moderators last edited by

                    Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                    fixed check for qr-encode library commit

                    https://github.com/FeatherCoin/Feathercoin/commit/cbc50985ccd63fe9052af3c84e66dd5f16c99ff5

                    .gitignore

                     +src/Makefile.in
                    
                    
                     +src/test/Makefile.in
                     +src/test/test_bitcoin
                    
                     +src/qt/Makefile.in
                    
                     +src/qt/test/test_bitcoin-qt
                     +src/qt/test/Makefile.in
                     +
                     +
                     +autom4te.cache/
                     +config.log
                     +config.status
                     +configure
                     +
                    

                    Code added

                    1 Reply Last reply Reply Quote 0
                    • wrapper
                      wrapper Moderators last edited by

                      Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                      fixed check for qr-encode library commit

                      https://github.com/FeatherCoin/Feathercoin/commit/cbc50985ccd63fe9052af3c84e66dd5f16c99ff5

                      configure.ac

                       -      #  BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
                      
                       +        BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
                      

                      Code replaced

                       +    BITCOIN_QT_CHECK([AC_CHECK_HEADER([qrencode.h],, have_qr=no)])
                      

                      Code added

                      1 Reply Last reply Reply Quote 0
                      • wrapper
                        wrapper Moderators last edited by wrapper

                        Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

                        Set release flag to false – commit

                        For normal development version false is default, until checked

                        https://github.com/FeatherCoin/Feathercoin/commit/124e871288f3f2ac8a7d9f1d75fa198eb58bf4ed

                        configure.ac

                         +define(_CLIENT_VERSION_IS_RELEASE, false)
                        

                        Code replaced

                        Update configure.ac

                        https://github.com/FeatherCoin/Feathercoin/commit/f5a15e896621c3ad5d005648b65e74ddb920de1b

                        configure.ac

                         +define(_CLIENT_VERSION_IS_RELEASE, true)
                        

                        Code replaced

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post