install

Eclipse Android FAQ: How to set up your Eclipse Android development environment

Eclipse Android FAQ: How to set up the Eclipse Android development environment, including the Eclipse ADT and Android SDK.

After a little digging around I figured out how to install an Eclipse Android development environment, and I thought I'd share my installation notes here. The notes are a little shorter than my usual detailed explanations, but I think they're long enough.

To get the Android development environment working with Eclipse, you need to install two components onto your development system:

Waiting iPhone apps - how to install, update, reinstall

iPhone waiting apps FAQ: I have an iPhone app in a "waiting" state; how do I get it to finish installing or updating?

How to install Git on Mac OS X

Mac Git installation FAQ: How do I install Git on Mac OS X?

There are at least two different ways to install Git on Mac OS X systems, and I've used both of these methods. The first approach is to use a Mac GUI installer, and the second is to use the command-line MacPorts project to install Git on Mac OS X.

PHP installation error - unable to install php5 - configure: error: libjpeg.(a|so) not found

I ran into this error message today when trying to install PHP 5.2.x on a CentOS Linux server:

unable to install php5 - configure: error: libjpeg.(a|so) not found.

Actually, although I wrote "install" above, I was trying to run the PHP configure script when I got that PHP error message. (configure is the command you run before you run the make or make install commands.)

The Drupal Diaries, Day 3

As a few thousand people saw earlier this morning, Day 3 of the conversion to Drupal was filled with a little comedy. First, I ran into a MySQL "can't create/write to file" error message caused by not having the open-files-limit cranked up high enough.

Where to put your AppleScript programs

I was just working on a new AppleScript program on my Mac, when I had to remember where to install my script so I could access it from the Mac menu bar.

After digging around real quick, I saw that I installed all of my original scripts in this Mac folder:

/Library/Scripts/AlsScripts

I think I did this so my scripts would appear near the top of the list of available AppleScript programs, as shown in the following figure:

Is there a package manager for PHP?

PHP FAQ: Is there a package manager for PHP?

Answer: Yes, PEAR (the PHP Extension and Application Repository) is what you need. As the website describes it, "PEAR is a framework and distribution system for reusable PHP components."

Here's an example of how I used PEAR to install the HTTP_Request library, showing both what I typed, and the output from PEAR as it performed the installation.

How to delete/uninstall an iPhone app

iPhone FAQ: How do I delete/remove/uninstall iPhone apps (iPhone applications)?

When I learned how to move iPhone app icons around last night, I also learned how to remove iPhone apps that I've downloaded and installed from the App Store. Here's how you delete iPhone apps.

Mac Open Source - the Fink command

Recently I started using Fink on Mac OS X to install Unix open source software. Fink is easy to use, and simplifies the process of installing open source software applications on Mac OS X.

To learn about how to use Fink, just open a Terminal window and type this command:

fink --help

That brings up the following help text (the fink man page):

Mac SVN - How to install a Subversion (SVN) server on Mac OS X

Mac SVN FAQ: How do I install Subversion (SVN) on a Mac OS X system?

Syndicate content