installing GCL to Centos
anybody can help?
we use CentOS 6.5
thanks,
It's not exactly what you're looking for, but you could try sbcl (Steel Bank Common Lisp) from the rhel-epel repo.
Related
could someone help with this? I found only this: http://wiki.openstreetmap.org/wiki/Osm2pgsql
and this:
http://learnosm.org/en/osm-data/osm2pgsql/ but
windows binary was removed, and I never use cygwin or linux bash.
Actually I've installed Postgresql with postgis, and downloaded planet.osm.pbf.
I need some advice how to proceed with Osm2pgsql, wich will be helpful for newbie. Thanks
I would suggest running a an Ubuntu Server (14.04 or 16.04) and following the instructions here:
https://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/
You can run this on a Virtualbox from your windows machine.
The reason I suggest this is that you will only make things more difficult for yourself trying to install on windows.
I myself was completely new to Linux before I installed my MapServer, and I found it really easy to follow.
Osmosis can also do imports of osm (pbf) file to postgres DB with postgis extension. http://wiki.openstreetmap.org/wiki/Osmosis
Although there is good description of how to Set Up ROUGE evaluation , i could not get any place where the installation was described completely.
Basically, the trick is in the successful installation of the perl modules.
I am providing the download and installing links as well.
First Download ROUGE.
Install perl.
Install Synaptic Package manager for installing XML::DOM
libxml-dom-perl
The good thing is that synaptic package manager will install extra Perl modules that are required by XML::DOM. Many times people get stuck at how to install the XML::DOM.
Hope this helps. Any suggestions are welcomed.
You can also try the Java version of ROUGE if the perl version does not work. The documentation and download links can be found here: http://kavita-ganesan.com/content/rouge-2.0
I know it was foolish but I uninstalled perl. When I reinstalled it using YUM it has several dependency issues.
How can I get perl in its original form? The one which is distributed with RHEL.
Thank You.
yum install perl
should be enough. YUM will resolve any dependency issue automatically.
I'm trying to install ElScreen that allows multi-tab editing in Emacs.
One of its prerequisite is call APEL (A Portable Emacs Library). However, it seems that I cannot find a usable download link of APEL anywhere: wikipedia, Emacs-wiki, and ElScreen's README file all give broken links. Are there still anyone using this package and knows how to install? Thanks!
I followed the ubuntu link and was able to get it from there (thanks rvf0068), but figured it would be nice if there was an easier way to get at it than having to unpack a .deb.
So it's on github now too (and it works with emacs 24.2, I just did it).
https://github.com/jeffgran/APEL
If you use Ubuntu (and maybe also Debian) there's the possibility of installing apel from the repositories. See for example: http://packages.ubuntu.com/precise/apel
If you use emacs 24, a fork version of Elscreen having no dependency on APEL is available in github. You can install it easily through ELPA(Emacs Lisp Package Archive). I've been using it with no problems.
You can find the latest version at here. http://git.chise.org/elisp/apel/index.html.en
I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?
In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try sudo apt-get install doxygen-gui.
Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui
apt-file search doxywizard
is a good way to answer this type of question, and leads directly to doxygen-gui.
I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.
Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04
(see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )
Downloaded .deb-file from :
https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1
But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .
Guess we'll have to wait a bit .
if you use eclipse there is a plugin called eclox which would do the trick.
(tested it in ubuntu 9.04)