[OT] tools needed to build CodeLite from source

CodeLite installation/troubleshooting forum
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

[OT] tools needed to build CodeLite from source

Post by HJarausch »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [OT] tools needed to build CodeLite from source

Post by eranif »

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
Make sure you have read the HOW TO POST thread
HJarausch
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

Post by HJarausch »

Many thanks,

sounds really comfortable!

Helmut.
garfield
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

Post by garfield »

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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [OT] tools needed to build CodeLite from source

Post by eranif »

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
Make sure you have read the HOW TO POST thread
garfield
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

Post by garfield »

Yep, that was it, thanks.
Post Reply