code:work:lvisf:2018gui:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:work:lvisf:2018gui:start [2018/12/12 21:01] – [Libraries] david | code:work:lvisf:2018gui:start [2022/05/05 20:10] (current) – david | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Development ====== | ====== Development ====== | ||
| + | |||
| + | FIXME | ||
| + | 2022 Pandemic Edition | ||
| + | FIXME | ||
| + | |||
| + | * [[code: | ||
| ===== Suggested Improvements ===== | ===== Suggested Improvements ===== | ||
| Line 27: | Line 33: | ||
| ---- | ---- | ||
| + | |||
| + | ===== Network ===== | ||
| + | |||
| + | * Install network tools (for **ipconfig**) < | ||
| + | sudo apt install net-tools | ||
| + | </ | ||
| + | |||
| + | ===== Software ===== | ||
| + | |||
| + | * Install **gparted** < | ||
| + | sudo apt-get install gparted | ||
| + | </ | ||
| ===== IDE ===== | ===== IDE ===== | ||
| + | |||
| + | If you need to switch to KDE first [[https:// | ||
| + | |||
| + | * Install the standard components < | ||
| + | sudo apt install kde-standard | ||
| + | </ | ||
| + | * Set the display manager to **sddm** when prompted | ||
| + | |||
| KDevelop | KDevelop | ||
| < | < | ||
| Line 117: | Line 143: | ||
| * Download Qwt 6.2.1 for the newest plotting features. The Ubuntu repository currently has version 6.0.0. | * Download Qwt 6.2.1 for the newest plotting features. The Ubuntu repository currently has version 6.0.0. | ||
| - | < | + | < |
| + | cd ~/work | ||
| + | svn checkout http:// | ||
| + | cd ~/ | ||
| + | </ | ||
| * Navigate to the qwt-6.2.1 folder and and open // | * Navigate to the qwt-6.2.1 folder and and open // | ||
| Line 163: | Line 194: | ||
| * Download **libkml-1.3.0** from https:// | * Download **libkml-1.3.0** from https:// | ||
| + | * Download, compile and install < | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | cd ~/work | ||
| + | tar xvf ~/ | ||
| + | cd ~/ | ||
| + | mkdir build; cd build | ||
| + | cmake .. | ||
| + | make | ||
| + | sudo make install | ||
| + | </ | ||
| * Checkout the LVIS Facility GUI repository and open the project file (LVISCommander.kdev4) with KDevelop. | * Checkout the LVIS Facility GUI repository and open the project file (LVISCommander.kdev4) with KDevelop. | ||
| + | |||
| + | ==== Check out LVIS Backend Source ==== | ||
| + | |||
| + | < | ||
| + | cd ~/work | ||
| + | svn co https:// | ||
| + | </ | ||
| + | |||
| + | ==== Check out GUI Source ==== | ||
| + | |||
| < | < | ||
| mkdir ~/ | mkdir ~/ | ||
| Line 170: | Line 221: | ||
| # svn co svn+ssh:// | # svn co svn+ssh:// | ||
| # since our Yancich IT Security incident hehe, we have to use the local IP | # since our Yancich IT Security incident hehe, we have to use the local IP | ||
| - | svn co svn+ssh:// | + | svn co svn+ssh:// |
| </ | </ | ||
| + | |||
| ===== Symlink to QGIS ===== | ===== Symlink to QGIS ===== | ||
code/work/lvisf/2018gui/start.1544648488.txt.gz · Last modified: by david
