1 00:00:00,180 --> 00:00:05,850 Hello, in this lecture we will see how to use the resources in this course. 2 00:00:05,850 --> 00:00:09,540 Let’s focus on the source code that comes with each lecture. In every lecture, 3 00:00:09,630 --> 00:00:13,380 you can download the source code and make notes while you watch the video. 4 00:00:14,650 --> 00:00:20,860 To download the source code, you can click the resources here and the source code is included in the 5 00:00:20,860 --> 00:00:21,400 package. 6 00:00:22,420 --> 00:00:30,400 Once you download it, you can unzip it. The folder includes source code, boot image file and build script. 7 00:00:31,120 --> 00:00:32,240 To build the project, 8 00:00:32,259 --> 00:00:36,490 we can run the script in the terminal which will be discussed in the next section. 9 00:00:39,150 --> 00:00:44,040 When we get to section using c language, we will have two build scripts in the folder. 10 00:00:45,600 --> 00:00:51,420 If you are mac user, the build script mac is the script you will run in the terminal. 11 00:00:51,870 --> 00:00:55,800 The difference between these two scripts is that in the build mac 12 00:00:55,800 --> 00:00:58,800 we use the full path of gcc in the script. 13 00:00:59,610 --> 00:01:04,920 If you want to write the code yourself, you can make your own script and specify the correct path. 14 00:01:06,500 --> 00:01:07,560 OK, that's it. 15 00:01:07,640 --> 00:01:09,020 See you in the next section.