- 浏览: 48698 次
- 性别:
- 来自: 南京
最新评论
-
nathan.wu:
gem install thinas far as i kno ...
new rails app server thin -
crag:
兄弟,来点详细点的安装、配置介绍呀
new rails app server thin
文章列表
install the gnuls (gnu ls) port in /usr/ports/misc/gnuls. I think the colors are much nicer.
After the install, type: gnuls --color The command is long- so the way I handle this is to write a script called lls continaing the command gnuls --color and I put it in /usr/local/bin. I then chmod the comm ...
- 2007-11-01 03:00
- 浏览 892
- 评论(0)
ubuntu 7.04 missing compile ruby missing zlib
go dir ruby1.8.6/ext/zlib
ruby extconf.rb
make
sudo make install
the problem is i compile ruby with pthread
- 2007-10-28 12:55
- 浏览 1019
- 评论(0)
try this:
set nocompatible
set backspace=indent,eol,start
set bs=2 << maybe need add this
the problem show on cygwin with winxp and freebsd vim 7.1 at least i have that problem.
- 2007-10-28 04:11
- 浏览 2039
- 评论(0)
如何在window上安装image science
image science是一个类似rmagick的东西,不过image science声称比rmagick好,主要原因是rmagick,有memory leak,占用很多内存,大概就是这些原因吧。
1.安装cygwin
然后安装subversion,ruby,gcc,wget应该是在cygwin上安装
wget rubygem package and install it
gem install rails -y
4.google freeimage and download source and compile it
use:
...
- 2007-10-25 13:07
- 浏览 983
- 评论(0)