1 00:00:05,200 --> 00:00:06,200 In this video, 2 00:00:06,200 --> 00:00:09,200 I'll go over the steps necessary to download and install 3 00:00:09,200 --> 00:00:11,900 the CodeLite Integrated Development Environment 4 00:00:11,900 --> 00:00:14,300 for C++ on the windows platform. 5 00:00:14,800 --> 00:00:17,300 CodeLite is a free open source, 6 00:00:17,300 --> 00:00:19,900 cross-platform integrated development environment 7 00:00:19,900 --> 00:00:22,400 that works across windows, mac and Linux. 8 00:00:22,900 --> 00:00:26,100 And this is the IDE that I'm going to use in this class. 9 00:00:26,100 --> 00:00:29,300 In order to download it, open up your favorite browser 10 00:00:29,300 --> 00:00:31,660 and go to CodeLite.org, 11 00:00:31,660 --> 00:00:35,960 that's c-o-d-e-l-i-t-e.org. 12 00:00:35,960 --> 00:00:39,960 And you'll get a page that's similar to this. As of this recording, 13 00:00:40,360 --> 00:00:43,960 the CodeLite version is 14.0.0 14 00:00:43,960 --> 00:00:45,560 and that's the one we want to download. 15 00:00:45,560 --> 00:00:49,160 Now we can download up here by selecting that download link 16 00:00:49,160 --> 00:00:51,160 or we can click this big green button. 17 00:00:51,160 --> 00:00:53,660 Websites change over time, so as CodeLite gets released, 18 00:00:53,660 --> 00:00:57,960 newer versions get released.This website could change. 19 00:00:57,960 --> 00:01:00,560 But hopefully, there'll still be download links around there. 20 00:01:00,560 --> 00:01:04,660 So I'm going to select Download CodeLite 14.0.0 here, 21 00:01:05,459 --> 00:01:09,660 and it takes you to this page where you can support the developers if you wish 22 00:01:09,660 --> 00:01:14,060 or you could just click right here "Not now take me to the download", that's what I'm going to do. 23 00:01:16,060 --> 00:01:17,860 And we've got some options here. 24 00:01:17,860 --> 00:01:21,660 Right now we've got the CodeLite 14.0.0 Stable 25 00:01:21,660 --> 00:01:25,160 Release which is the latest release as I said at the time of this video. 26 00:01:25,160 --> 00:01:28,360 And we've got different options for Windows, for Mac, and for Linux. 27 00:01:28,360 --> 00:01:32,460 And I'll cover the mac and Linux versions in separate videos. 28 00:01:32,460 --> 00:01:35,660 But what we're going to do here is we're going to install the windows installer. 29 00:01:35,660 --> 00:01:39,260 So do we have a 64-bit or a 32-bit system? 30 00:01:39,260 --> 00:01:43,660 If you go back to the previous video where you installed the C++ compiler, 31 00:01:43,660 --> 00:01:46,860 I showed you how to check that on your PC. 32 00:01:46,860 --> 00:01:51,060 This PC has a 64-bit installer so that's what I'm going to choose. 33 00:01:51,060 --> 00:01:53,460 If you have a 32-bit version of windows, 34 00:01:53,460 --> 00:01:56,130 you'll want to choose the 32-bit installer. 35 00:01:56,630 --> 00:01:58,630 Okay. So I'm going to select that link, 36 00:01:59,830 --> 00:02:03,330 and that's going to download the CodeLite installer. 37 00:02:03,330 --> 00:02:05,530 You can see it downloading down here at the bottom. 38 00:02:05,530 --> 00:02:09,190 It's not a very big download at all 33.3 megabytes. 39 00:02:09,690 --> 00:02:11,190 And once it's complete, 40 00:02:11,590 --> 00:02:15,190 what I'm going to do is I'm going to come up here to my downloads 41 00:02:15,690 --> 00:02:16,990 and I'm going to run it. 42 00:02:22,490 --> 00:02:25,150 And I'm going to close down my browser window. 43 00:02:25,150 --> 00:02:28,350 I'm going to let the program make changes to my system. 44 00:02:28,350 --> 00:02:32,010 Again, you can see my antivirus here telling me it's safe. 45 00:02:32,010 --> 00:02:35,510 Sometimes antiviruses interfere with these downloads. 46 00:02:35,510 --> 00:02:38,210 If your antivirus is interfering with the download, 47 00:02:38,210 --> 00:02:41,810 just temporarily disable it while you do your download and install. 48 00:02:42,410 --> 00:02:44,710 So here's the setup wizard. 49 00:02:44,710 --> 00:02:48,810 I'm going to accept the GNU license agreement, and select next. 50 00:02:50,110 --> 00:02:54,110 And this will set up and install CodeLite onto this folder in my program 51 00:02:54,110 --> 00:02:55,610 files called CodeLite. 52 00:02:55,610 --> 00:02:57,410 I suggest just leaving this alone, 53 00:02:57,410 --> 00:03:00,410 don't put this on cloud drives, don't put it on google drive, 54 00:03:00,410 --> 00:03:03,010 just install it right on your local drive. 55 00:03:03,510 --> 00:03:05,810 And I'm going to select next. 56 00:03:07,310 --> 00:03:08,810 I'm going to give it the name CodeLite. 57 00:03:09,470 --> 00:03:11,470 I'm just going to accept all these defaults. 58 00:03:12,070 --> 00:03:14,770 And here, I want to create a desktop shortcut and a 59 00:03:14,770 --> 00:03:17,170 quick launch shortcut whatever you like this is 60 00:03:17,170 --> 00:03:19,770 a personal preference up to you. Select next, 61 00:03:21,170 --> 00:03:23,170 and then finally, press Install. 62 00:03:25,170 --> 00:03:27,070 The install is very quick. 63 00:03:27,670 --> 00:03:30,450 And once we're done, it asks you to launch CodeLite, 64 00:03:30,450 --> 00:03:32,450 which is what we're going to do next. 65 00:03:32,450 --> 00:03:36,600 I'm not going to do that now. We're going to do that in the next video where we'll launch CodeLite 66 00:03:36,600 --> 00:03:40,590 and get it all set up, and we'll be good to go. I'll see you in the next video.