Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Moving to Linux dev from Win
Re: Moving to Linux dev from Win [message #35923 is a reply to message #35920] Tue, 03 April 2012 23:13 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi jerson Smile

Congratulations on making that decision Wink

I'm afraid I've got a bad news for you, concerning the packages and PCLinuxOS. This distribution uses rpm package format, but there are no binary packages made specifically for PCLOS. The closest we have are rpms for Fedora. They might work, unless some of the dynamic libraries differ in version. I've never used any rpm based distro, so I can't tell you exactly how to install them, but I guess that double-click should work Smile

Now, if you want (at least for now) resort to building your own theide, here are steps to build the source package you downloaded:
1) Extract the package (there should some graphical tool to do that, often accessible on right click in file manager)
2) Open terminal and move to the directory where you extracted the sources using command like "cd /path/to/source". You should be in the same directory where file named Makefile resides.
3) Now run command "make" in the terminal. It will build theide. Note that for this, you need to have g++ installed as well as development packages for libraries that U++ depends on. You should install those using some package manager present in the distribution (I think you mentioned Synaptic). IIRC you need to look for these packages: libx11-dev, libxft-dev, libpng12-dev, libbz2-dev, libgtk2.0-dev and libnotify-dev.
4) Now you will probably want to run "make install", which will copy the U++ sources to your home directory, prepare a build method and repositories and also place theide binary to your home. (Not exactly standard solution, but it'll do for now Wink )
5) You should now be ready to run theide either by executing "~/theide" in terminal or by double clicking theide in your home directory in a file manager.

One more alternative solution is to try some other distribution, for which packages exist. That is anything Debian/Ubuntu based or Fedora. (Arch Linux and Gentoo are options too, but those are definitely not beginner friendly...)

I hope the above instructions were clean enough and that I made no mistakes Smile Good luck!

Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: MySQL example compile issue
Next Topic: How to add accelerator keys to menus
Goto Forum:
  


Current Time: Thu Jun 06 12:00:36 CEST 2024

Total time taken to generate the page: 0.01139 seconds