Difference between revisions of "FieldWorks Nightly"
From LSDevLinux
(→Install: Remove fieldworks-examples) |
|||
Line 1: | Line 1: | ||
− | Instructions to install the nightly FieldWorks build. This process should work with Ubuntu 12.04. | + | Instructions to install the nightly FieldWorks build. This process should work with Ubuntu 12.04, 14.04, and 16.04. |
==Warning== | ==Warning== |
Revision as of 10:29, 21 June 2016
Instructions to install the nightly FieldWorks build. This process should work with Ubuntu 12.04, 14.04, and 16.04.
Warning
WARNING: "nightly" packages are untested, unsupported, may cause problems on your system, may corrupt your FieldWorks data, and may make it very difficult for you to upgrade to a future stable version of FieldWorks. If you just want to try out an alpha or beta of FieldWorks, contact a developer to find out how to do that which is much safer than installing a nightly package on your machine. Do not install nightly packages unless you understand what you are getting into.
Install
Launch Terminal and paste in the following commands. You can paste in Terminal by pressing CTRL-SHIFT-V
.
sudo echo have sudo
wget -qO - http://packages.sil.org/sil.gpg | sudo apt-key add - wget -qO - http://linux.lsdev.sil.org/downloads/sil-testing.gpg | sudo apt-key add - sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc) main" sudo add-apt-repository "deb http://packages.sil.org/ubuntu $(lsb_release -sc)-experimental main" sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc) main" sudo add-apt-repository "deb http://linux.lsdev.sil.org/ubuntu $(lsb_release -sc)-experimental main" sudo apt-get update sudo apt-get install fieldworks-applications