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/28 05:38] – [Install the ULAM compiler] ackleydev:install_ulam [2015/06/02 19:27] (current) – Corrected the address of the repository. hyunwooj
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 missing dependencies. Open your package manager (for example, Synaptic), and make sure you have installed libcapture-tiny-perl. {{ :dev:ulam_dependent_packages.png?560 |}} +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 ULAM. +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. 
  
-TODO: Next steps; where to now? 
dev/install_ulam.1432791536.txt.gz · Last modified: 2015/05/28 05:38 by ackley