https://downloads.codelite.org - the latest weekly build is 13.0.7 Nov 27, 2019.
I want to build this on Debian 10.1. (My attempts to install a .deb file which was intended for Ubuntu have never worked.)
In the past I have built Codelite from tarballs of a full release, such as for 13.0.0. From https://downloads.codelite.org/ the link "Download CodeLite 13.0 tar.gz from GitHub" somehow gives me a tar.gz file of the source.
I have also built Codelite from whatever is in the GitHub repository at a given time, with the "Clone or Download > Download ZIP" button at https://github.com/eranif/codelite . I am wary of this, since it could contain all things which might not yet work correctly.
How can I obtain the full source code for a specific weekly build? (I spent several hours trying to figure out a git command to do this, but without success.)
Source code for a weekly build
-
- CodeLite Enthusiast
- Posts: 14
- Joined: Sat Mar 26, 2011 4:22 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source code for a weekly build
The best way is if I will tag each weekly build in github (which I will starting with the next build)
For now, I would simply clone the master... (which is 13.0.8 atm)
Eran
For now, I would simply clone the master... (which is 13.0.8 atm)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Aug 28, 2019 2:12 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source code for a weekly build
I noticed that the compilation guide for windows talks about a workspace called "codelite-utils.workspace". However, I cannot find this in the latest version from github. What do I do?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source code for a weekly build
If you can provide a link to that document it will great.
I removed that workspace and now everything is configured in a single workspace CodeLiteIDE.workspace (Windows only)
I removed that workspace and now everything is configured in a single workspace CodeLiteIDE.workspace (Windows only)
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Aug 28, 2019 2:12 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Enthusiast
- Posts: 14
- Joined: Sat Mar 26, 2011 4:22 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source code for a weekly build
Thanks Eran. I took a zip file from the GitHub repository and built that without any problems, other than a potential bug regarding debug ignore counts not being updated when I manually pause gdb. See: https://github.com/eranif/codelite/issues/2398
-
- CodeLite Curious
- Posts: 8
- Joined: Sat Feb 28, 2009 5:06 am
- Contact:
Re: Source code for a weekly build
@ eranifTiMan wrote: ↑Tue Dec 10, 2019 12:50 am
There you go: https://github.com/eranif/codelite/wiki/Windows
Both the wiki and the github "Build windows" instructions still say "Next, locate the workspace codelite_utils/codelite_utils.workspce and open it...".
(https://github.com/eranif/codelite)
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Source code for a weekly build
@Pecan: thanks, I will fix this
Make sure you have read the HOW TO POST thread