Hacking:Building: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 19:
 
=== With mercurial === <!--T:5-->
This is more advanced way getting Valentina's source code. Please, visit [[Hacking:Tools#Mercurial]] for more information.
To get a copy of Valentina's repository, run:
 
<!--T:6-->
<source lang=bash>
hg clone https://bitbucket.org/dismine/valentina
cd $SOURCE_DIRECTORY
</source>
 
<!--T:7-->
To update that repository, run:
 
<!--T:8-->
<source lang=bash>
hg pull
hg up
</source>
 
<!--T:9-->
'''Note.''' By default mercurial makeі active [[Hacking:Making pull requests|branch default]].
 
<!--T:10-->
Run <code>hg branch</code> to find out which branch is active now.
 
<!--T:11-->
For example if need to update to 'develop' use command <code>hg update develop</code>.
 
== Dependencies == <!--T:12-->