Bitcoin Forum
May 08, 2024, 04:50:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Do I need to compile a wallet each time I do changes to it?  (Read 262 times)
SBDomains (OP)
Sr. Member
****
Offline Offline

Activity: 630
Merit: 256



View Profile
January 18, 2019, 03:25:20 PM
 #1

Hi. I was wondering if there's any faster way to see how the wallet is looking like / functioning, than compiling it each time after changes?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
CryptoTalk.org| 
MAKE POSTS AND EARN BTC!
🏆
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
darosior
Sr. Member
****
Offline Offline

Activity: 279
Merit: 435


View Profile
January 18, 2019, 04:24:19 PM
Merited by achow101 (2)
 #2

Hi. I was wondering if there's any faster way to see how the wallet is looking like / functioning, than compiling it each time after changes?
Hi,

after changes to what ? If you make some changes to the code then you need to recompile in order to apply them to the binary you execute (the software).
SBDomains (OP)
Sr. Member
****
Offline Offline

Activity: 630
Merit: 256



View Profile
January 18, 2019, 04:57:55 PM
 #3

Hi. I was wondering if there's any faster way to see how the wallet is looking like / functioning, than compiling it each time after changes?
Hi,

after changes to what ? If you make some changes to the code then you need to recompile in order to apply them to the binary you execute (the software).

I'm talking more of a graphical changes, such as changed icons, font change, icon placements and etc. As I understand that should be possible to do with QT Creator, but I'm unable to load the project somewhy.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
CryptoTalk.org| 
MAKE POSTS AND EARN BTC!
🏆
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
January 20, 2019, 09:04:23 PM
 #4

Yes, you need to always compile it. A lot of things are set dynamically through code and not through the UI forms.

keychainX
Member
**
Offline Offline

Activity: 374
Merit: 53

Telegram @keychainX


View Profile WWW
January 27, 2019, 06:40:18 PM
 #5

Hi. I was wondering if there's any faster way to see how the wallet is looking like / functioning, than compiling it each time after changes?

Depends on what platform you develop, there are packages where you see live upgrade without the need to compile all packages again, like in xcode

/KX

vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
January 28, 2019, 02:47:37 PM
 #6

There is a tool called Ccache[1] to make the recompiling process faster, It is work to cache a compilation process. If you recompile a program the tool detects if some file has been changed or not, and then reuse the cached file for the unchanged one then recompile the process if changed file found. The first compilation time might run as usual, after the first compilation, the recompilation process will speeds up. CMIIW.


[1] https://ccache.samba.org/
Quote
ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!