1 00:00:00,095 --> 00:00:02,678 (bright music) 2 00:00:05,250 --> 00:00:07,230 Frank: Now that we've downloaded and installed 3 00:00:07,230 --> 00:00:10,290 the command line tools and the C++ compiler, 4 00:00:10,290 --> 00:00:13,143 we'll now install the CodeLite IDE. 5 00:00:14,280 --> 00:00:16,530 CodeLite is an integrated development environment 6 00:00:16,530 --> 00:00:19,140 that's cross-platform, open source, 7 00:00:19,140 --> 00:00:22,290 it runs on Mac OS 10, Linux and Windows. 8 00:00:22,290 --> 00:00:25,080 In this video, we're going to install it on Mac OS 10, 9 00:00:25,080 --> 00:00:28,650 so open up your favorite browser and go to codelite.org. 10 00:00:28,650 --> 00:00:32,369 That's codelite.org. 11 00:00:32,369 --> 00:00:34,260 And you'll see a webpage similar to this. 12 00:00:34,260 --> 00:00:35,850 You wanna find the download link. 13 00:00:35,850 --> 00:00:37,920 You can see one here at the top bar menu, 14 00:00:37,920 --> 00:00:39,360 and there's also this big blue button, 15 00:00:39,360 --> 00:00:41,310 which is the one I'm going to click on. 16 00:00:42,390 --> 00:00:44,970 I'll select that, and it takes you to a page 17 00:00:44,970 --> 00:00:47,580 where you can contribute to the developers if you wish, 18 00:00:47,580 --> 00:00:49,470 or you could just go straight to the downloads, 19 00:00:49,470 --> 00:00:50,520 and I'll do that. 20 00:00:50,520 --> 00:00:53,520 So I'll select right here, not now, take me to the download. 21 00:00:55,410 --> 00:00:56,730 Now here, we've got some options. 22 00:00:56,730 --> 00:00:58,710 We can install for Windows, for Mac, 23 00:00:58,710 --> 00:01:00,090 for Linux, and so forth. 24 00:01:00,090 --> 00:01:02,190 We're interested in Mac in this example. 25 00:01:02,190 --> 00:01:04,379 So the third one down says 26 00:01:04,379 --> 00:01:07,200 CodeLite 11.0 App Bundle for OS 10. 27 00:01:07,200 --> 00:01:09,000 That's the one I want, 28 00:01:09,000 --> 00:01:11,950 and I'm gonna select the direct link to begin the download. 29 00:01:16,050 --> 00:01:17,670 The file is not very large, 30 00:01:17,670 --> 00:01:19,923 but the download's quite slow from this site. 31 00:01:20,910 --> 00:01:23,280 I'll pause the video while the download occurs. 32 00:01:23,280 --> 00:01:25,050 Once the download is complete, 33 00:01:25,050 --> 00:01:26,550 you can see that it's downloaded 34 00:01:26,550 --> 00:01:28,530 in a compressed archive file, 35 00:01:28,530 --> 00:01:30,490 so what I'll do is I'll open that 36 00:01:34,050 --> 00:01:36,300 and I'll double click on it to uncompress it. 37 00:01:40,320 --> 00:01:41,820 There's my CodeLite app, 38 00:01:41,820 --> 00:01:45,033 which I just drag to my applications folder. 39 00:01:46,020 --> 00:01:48,453 That's it. CodeLite's now on our system. 40 00:01:49,513 --> 00:01:51,780 In the next video, we'll run CodeLite 41 00:01:51,780 --> 00:01:55,353 and configure it to use C++ compilers on Mac OS 10.