canrest.blogg.se

Syncterm nightly
Syncterm nightly









  1. #Syncterm nightly install#
  2. #Syncterm nightly full#

Now you can run this file by doing “./get_SyncTERM.sh”. Verify that this is now executable by listing the current folder showing attributes, eg “ls -l get_SyncTERM.sh” and you should see the filename now has the attributes “-rwxr-xr-x” To do this, run the command “chmod +x get_SyncTERM.sh”. Now save and exit your text editor, you will need to make this script executable. # Find out where Syncterm was installed echo "Find out where SyncTERM installed" which syncterm

#Syncterm nightly install#

# Install SyncTerm echo "Install SyncTERM." sudo make install

syncterm nightly

#Syncterm nightly full#

# To get full path src echo "Set st_path variable for the SRC_ROOT path." st_path = $(pwd | sed 's/\/syncterm$//g' ) # Time to compile! echo "Make SRC_ROOT with path: $st_path " sudo make SRC_ROOT =$st_path # Change directory to echo "Change into the 'make' folder" D = $(ls -1hrtd sync*/|tail -1|sed 's/\/$//g' ) cd $/src/syncterm

syncterm nightly

Last successful nightly build for Linux-圆4 (Debian). # To extract tgz file echo "Extracting the source now." tar xvzf syncterm-src.tgz The previous method of tagging nightly builds has been replaced with Git branches: dailybuildlinux-圆4. # To Pull source echo "About to download the syncterm application source." wget # To Install apps/libraries used to compile echo "Preparing to install relevant libraries." sudo apt-get install wget libncurses5-dev libncursesw5-dev gcc libsdl1.2-dev build-essential











Syncterm nightly