Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:doc:suivi_qet [05/12/2010 21:00] – external edit 127.0.0.1 | en:doc:suivi_qet [20/11/2014 14:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Using QElectroTech as a contributor ====== | ||
+ | This page is aimed at contributors of QElectroTech (developers, | ||
+ | |||
+ | ===== Check out Subversion of branch 0.3 ===== | ||
+ | |||
+ | < | ||
+ | |||
+ | If you do not have access to the Subversion repository (that happens mainly when you are a user), then you can only use a anonymous checkout: | ||
+ | < | ||
+ | |||
+ | ===== Updating your working ===== | ||
+ | When you want to see if there are novelties in the Suversion repository, then go to your working directory and do | ||
+ | < | ||
+ | ===== Compilation ===== | ||
+ | In your working directory: | ||
+ | * regenerate the Makefile, especially if you have added some files, use '' | ||
+ | * compile the program with '' | ||
+ | * if you experience a crash and would like to have staktrace, then you will need a compiled version with the symbol debug: '' | ||
+ | * if you want to recompile everything from scratch, use '' | ||
+ | | ||
+ | ===== Use ===== | ||
+ | It is quite complicated to install QElectroTech when you are using a check out from Subversion ; you have to uninstall it (make uninstall), then install it again (make install) and finally clean the directories .svn that may have been copied by the installation in the system directory. An easier alternative is to launch QElectroTech from your working directory: | ||
+ | < | ||
+ | This script use the collection in the directory '' | ||
+ | < | ||
+ | |||
+ | Note for translators: | ||
+ | |