-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Samuele95 edited this page Jan 21, 2024
·
3 revisions
The following dependencies are required to install the program in a Linux environment. Package names are associated to a Debian-based distro. If you use another Linux distribution, make sure you use the correct name of the package.
build-essential \
make \
flex \
bison \
libfl-dev \
libbison-dev \
libpthread-stubs0-dev \
libgtk-3-dev libcanberra-gtk-module libcanberra-gtk3-module \
libvte-2.91-0 libvte-2.91-dev \
gdb \
nc \
With all the dependencies in place, install with the make
command from a terminal shell.
To uninstall the whole program, use the make clean
command.
From the LC3VM
folder, in the terminal shell type:
-
./os gui
to launch the GTK user interface version of the program; -
./os cline
to launch the Terminal User Interface version of the program.
Sample source files are available in the resources
folder.