How can I install CodeLite on Fedora 8?
There are only .exe and .deb package for download.
Why don't you release .rpm package or source tar ball for download?
CodeLite on Fedora?
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 18, 2008 5:44 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite on Fedora?
You are correct, I planned to relese the source tar bar for a while now, but havnt did it - it will be available for next release.
Currently, you should be able to get the source files from SVN (I know other people on this forum managed to checkout the sources and build them successfully on FC9)
A detailed description of how to build CodeLite from sources, can be found here:
http://codelite.org/LiteEditor/Download#jqTOC_link9
EDIT:
One obvious reason which I did not mention, is simply that I don't have access to FC machine, Only Ubuntu, Mac OS X and Windows.
Eran
Currently, you should be able to get the source files from SVN (I know other people on this forum managed to checkout the sources and build them successfully on FC9)
A detailed description of how to build CodeLite from sources, can be found here:
http://codelite.org/LiteEditor/Download#jqTOC_link9
EDIT:
One obvious reason which I did not mention, is simply that I don't have access to FC machine, Only Ubuntu, Mac OS X and Windows.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 18, 2008 5:44 pm
- Contact:
Re: CodeLite on Fedora?
Do you have a plant to release a rpm package?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite on Fedora?
For the moment, I will stick with .deb/win installer/Mac bundle/source tar balllazy_fox wrote:Do you have a plant to release a rpm package?
for the simple reason that I dont have a CentOS/FC/RH machine.
However, you could try and install 'alien':
Code: Select all
sudo apt-get install alien
Code: Select all
sudo alien --scripts -r <codelite-deb-package-file-name>
Eran
Make sure you have read the HOW TO POST thread