Installation instructions
-
- CodeLite Curious
- Posts: 3
- Joined: Sun Mar 14, 2010 3:28 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Installation instructions
I just downloaded and installed codelite and it installed mingw at the same time but the instructions when you click download show it as a separate step which was kinda confusing. Anyways I think it would be helpful to update the installation instructing so it doesn't look like you have to install two separate things. Also would it be possible for codelite to automatically set the debugger path because isn't it always installed in the same place? It's not a big deal I just think it might be helpful. Thanks.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Installation instructions
If you install the bundled package of codelite + mingw - you dont need to update any path.
Unless you did something else...
Eran
Unless you did something else...
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Sun Mar 14, 2010 3:28 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Installation instructions
Okay thanks. I was following what the installation instructions said to do. Which is why I think it would be helpful to update them.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Installation instructions
These quote was taken from here:Windows
Step 1: Download and install CodeLite
Download the installer from <<download URL>>.
If you chose any of the installers that includes MinGW bundle you are all done and can skip the next steps
http://codelite.org/LiteEditor/Download
Nothing to be updated
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Sun Mar 14, 2010 3:28 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Installation instructions
My bad I need to read more carefully.
-
- CodeLite Curious
- Posts: 1
- Joined: Fri Dec 09, 2011 1:38 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Installation instructions
Where can I find the step by step instructions? The link http://codelite.org/LiteEditor/Download does not have it shown anywhere. I have no clue on how to proceed. I have downloaded the 8 MB compressed file for windows. How to proceed? Can anyone kindly guide me in getting codelite installed?
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Installation instructions
Hi David,
The nearest thing to step-by-step instructions for MSWin is this page. But...
Are you sure you downloaded the correct file? The 8MB one is the source tarball for Linux, and .exe files needed for MSWin were removed. (The next release will 'feature' tarballs appropriate for all 3 platforms.)
If you really want to build from source, I suggest you checkout from svn. But most MSWin users go for the combined package of prebuilt CodeLite, MinGW and wxWidgets, the current version of which is here.
Regards,
David
The nearest thing to step-by-step instructions for MSWin is this page. But...
Are you sure you downloaded the correct file? The 8MB one is the source tarball for Linux, and .exe files needed for MSWin were removed. (The next release will 'feature' tarballs appropriate for all 3 platforms.)
If you really want to build from source, I suggest you checkout from svn. But most MSWin users go for the combined package of prebuilt CodeLite, MinGW and wxWidgets, the current version of which is here.
Regards,
David