Skip to content

Instantly share code, notes, and snippets.

@rishijavia
Last active November 27, 2019 00:43
Show Gist options
  • Select an option

  • Save rishijavia/c7939327487d9d2b5cec4ce4e5c82f22 to your computer and use it in GitHub Desktop.

Select an option

Save rishijavia/c7939327487d9d2b5cec4ce4e5c82f22 to your computer and use it in GitHub Desktop.
Install FTP on Ubuntu
# 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