-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
36 lines (23 loc) · 953 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
>-------------------< uMachine updated to run with g++ on Mac >-----------------------<
################ System Info ##################
flex version
——————
flex --version
flex 2.5.35 Apple(flex-31)
g++ version
——————————
g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.1.0
Thread model: posix
Mac-b8e85637677c:uMachine
################ building #####################
In order to build the the uMachine run the shell script (compile.sh)
or execute each command in the shell script individually….
This should create a unix executable called ‘execute’ that can be run
in the terminal.
./execute prog2.txt
############################
P.S.
The executable is in the repo and should allow you to run programs without building.