Hi, I have next to no experience in building source packages under MinGW
(though I have been building packages from source on Linux (GenToo) for many years, now)
What tools do I need to build (e.g. configure,...) CodeLite from source (SVN) on Windows/MinGW.
Many thanks for some links or hints,
Helmut.
[OT] tools needed to build CodeLite from source
-
- CodeLite Veteran
- Posts: 98
- Joined: Thu Feb 18, 2010 10:54 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: [OT] tools needed to build CodeLite from source
Just download codelite with mingw + wx from here:
https://sourceforge.net/projects/codeli ... e/download
Checkout codelite sources, once you obtained the sources, open the workspace included in codelite sources:
LiteEditor.workspace, hit F7 and thats it.
After build is done, run the update.bat script located at: codelite-sources/Runtime/update.bat to update your installation with the updated codelite
Eran
https://sourceforge.net/projects/codeli ... e/download
Checkout codelite sources, once you obtained the sources, open the workspace included in codelite sources:
LiteEditor.workspace, hit F7 and thats it.
After build is done, run the update.bat script located at: codelite-sources/Runtime/update.bat to update your installation with the updated codelite
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 98
- Joined: Thu Feb 18, 2010 10:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [OT] tools needed to build CodeLite from source
Many thanks,
sounds really comfortable!
Helmut.
sounds really comfortable!
Helmut.
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Fri Feb 26, 2010 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: [OT] tools needed to build CodeLite from source
Hi, I did all the necessary steps. It compiled fine, but failed to update.
The update.bat said it has a problem and asked me if some file(cant remember the name ... xml.default something) is a F file or D dir. I flipped a coin and answered 'a file'.
It ran and disappeared (as usual), but CL is still 2.2.0.3681.
I ran the bat gain in cmd the output was:
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the path specified.
What are my options now?
- To reset the updating?
- To update manually?
- How to run from the compiled exe?
Thanks
MihailNaydenov
The update.bat said it has a problem and asked me if some file(cant remember the name ... xml.default something) is a F file or D dir. I flipped a coin and answered 'a file'.
It ran and disappeared (as usual), but CL is still 2.2.0.3681.
I ran the bat gain in cmd the output was:
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
Can't read file: excludes
0 File(s) copied
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the path specified.
What are my options now?
- To reset the updating?
- To update manually?
- How to run from the compiled exe?
Thanks
MihailNaydenov
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [OT] tools needed to build CodeLite from source
Just open the file update.bat (it is a very simple script)
and change the destination location of codelite.
By default, it will attempt to copy the files into "%ProgramFiles%\CodeLite"
Which means, (in most cases): C:\Program Files\CodeLite
If you installed codelite into a different directory - change it.
Also: to run the update.bat script, you need to run it from within the 'Runtime' directory
Eran
and change the destination location of codelite.
By default, it will attempt to copy the files into "%ProgramFiles%\CodeLite"
Which means, (in most cases): C:\Program Files\CodeLite
If you installed codelite into a different directory - change it.
Also: to run the update.bat script, you need to run it from within the 'Runtime' directory
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Fri Feb 26, 2010 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: [OT] tools needed to build CodeLite from source
Yep, that was it, thanks.