User Tools

Site Tools


dev:install_ulam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:install_ulam [2015/05/19 03:42] – [Install ULAM] xychendev:install_ulam [2015/06/02 19:27] (current) – Corrected the address of the repository. hyunwooj
Line 1: Line 1:
 ====== Install ULAM ====== ====== Install ULAM ======
-If you have installed MFM, you are now ready to install ULAM. This is a more powerful language to develop elements in the MFM environment. If you don't have MFM, you need to go back and have [[dev:install_latest_MFM|MFM installed]] first.+If you have installed MFM, you are now ready to install ULAM. This is a new powerful language to develop elements in the MFM environment. If you don't have MFM, you need to go back and have [[dev:install_latest_MFM|MFM installed]] first.
  
 ===== Clone the ULAM Repository ===== ===== Clone the ULAM Repository =====
Line 7: Line 7:
  
 <code> <code>
-git clone https://github.com/elenasa/ULAM.wiki.git+git clone https://github.com/elenasa/ULAM.git
 </code> </code>
 After the clone is done, a new directory is created: /home/user/ULAM. The 'user' is your account name. After the clone is done, a new directory is created: /home/user/ULAM. The 'user' is your account name.
Line 17: Line 17:
 #Local configuration #Local configuration
 MFM_ROOT_DIR := /home/user/MFM MFM_ROOT_DIR := /home/user/MFM
-#Rebuild of local configuration(This file) changes+#Rebuild if local configuration (this file) changes
 ALLDEP +=$(ROOT_DIR)/Makefile.local.mk ALLDEP +=$(ROOT_DIR)/Makefile.local.mk
 </code> </code>
Line 26: Line 26:
 make make
 </code> </code>
-If it throws out errors, there may be some dependencies lacked that caused these errors. Open the Synaptic Package Manager. Make sure you have installed libcapture-tiny-perl. Once you get all the packages installed, Make again. Welcome to ULAM. +If it throws out errors, there may be some missing dependencies. Open your package manager (for example, here we use Synaptic), and make sure you have installed libcapture-tiny-perl. {{ :dev:ulam_dependent_packages.png?560 |}} 
 +Once you get all the packages installed, try the make again. Welcome to the land of ULAM. This [[dev:program_ulam|portal]] will take you to a tour of ULAM programming. 
 + 
dev/install_ulam.1432006958.txt.gz · Last modified: 2015/05/19 03:42 by xychen