Last active
November 27, 2019 00:43
-
-
Save rishijavia/c7939327487d9d2b5cec4ce4e5c82f22 to your computer and use it in GitHub Desktop.
Install FTP on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Make sure you have FPT.tgz file in your root directory | |
| # Install X-11 development tool | |
| sudo apt-get install xorg openbox libx11-dev libxext-dev -y | |
| # Install FPT | |
| tar xfz FPT.tgz | |
| ln -s /FPT/acom /usr/local/bin/acom | |
| ln -s /FPT/bcom /usr/local/bin/bcom | |
| ln -s /FPT/ycom /usr/local/bin/ycom | |
| ln -s /FPT/zcom /usr/local/bin/zcom | |
| ./FPT/DotosC/compile_dotos | |
| ./FPT/DotosGPP/compile_dotos | |
| ./FPT/FileProcessors/compile | |
| ./FPT/make_FPT | |
| ./FPT/make_FPT_symbolic_links |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment