1
00:00:04,140 --> 00:00:10,060
Once you set up your Ubuntu virtual box, there's a few set up instructions to get the simulation running.

2
00:00:10,470 --> 00:00:16,810
First thing we want to do is to start running Ubuntu virtual machine and then open up a new window.

3
00:00:17,310 --> 00:00:18,600
We have that new window open.

4
00:00:18,610 --> 00:00:24,450
Then we can start to install the simulation dependencies so we can type in this line pseudo app install

5
00:00:24,720 --> 00:00:26,940
and we'll install these number of libraries.

6
00:00:27,690 --> 00:00:33,630
Once you run that code, we can then clone the code for the simulation from the Internet and then compile

7
00:00:33,780 --> 00:00:34,290
and run it.

8
00:00:34,320 --> 00:00:37,680
So the first step is to make a directory that we want to put all the code in.

9
00:00:37,680 --> 00:00:42,780
So we're going to make a directory that will then change directory to that directory and then we'll

10
00:00:42,780 --> 00:00:47,210
use the git command clone to download the source code from the Internet.

11
00:00:48,840 --> 00:00:53,790
Once you clone the code, we can start to compile the code so we can change the directory to that new

12
00:00:53,790 --> 00:00:55,110
directory that we just created.

13
00:00:55,740 --> 00:00:58,890
Inside this directory, we can create a build directorate.

14
00:00:58,910 --> 00:01:03,300
So this is where we are going to build the executable who change that directory.

15
00:01:03,780 --> 00:01:05,430
Then we'll run the same command.

16
00:01:05,550 --> 00:01:09,720
So say make again and then the make command.

17
00:01:09,720 --> 00:01:15,900
So the same will set up the compiler make who actually do the computation once you've compiled the code

18
00:01:15,900 --> 00:01:17,010
is a very simple command.

19
00:01:17,010 --> 00:01:22,260
To start to run the simulation or you have to do is just type in the executable name as shown here.
