2010-05-27から1日間の記事一覧

Ubuntu Linux 10.04 LTS 導入記録

せっかくだからチャレンジングに64-bit版を入れてみた。 DLからLiveCD起動まで 64-bit版はUbuntu Japanese Teamが日本語Remix CDイメージを提供していないので、本家からDLした。 DLしたisoファイルをCDに焼き、再起動してCDから起動すると「なんかエラーが…

Titanium Developerのインストール

http://www.appcelerator.com/products/download/からダウンロード。今回はDownload for Linux(64 Bit) 解凍し、Titanium Developer-1.2.1ディレクトリを~/devに移動 ~/dev/Titanium Developer-1.2.1/Titanium Developerを起動するとインストーラになる Inst…

Google Plugin for EclipseとADT Plugin for Eclipseのインストール

Google Plugin for Eclipse EclipseのHELP > Install New SoftwareでAddボタンを押下し、http://dl.google.com/eclipse/plugin/3.5を追加 PluginとSDKsにチェックを入れてインストール ADT Plugin for Eclipse EclipseのHELP > Install New SoftwareでAddボ…

Android SDKのインストール

http://developer.android.com/sdk/index.htmlからダウンロード 解凍し、android-sdk-linux_86ディレクトリを~/devに移動 export PATH=${PATH}:~/dev/android-sdk-linux_86/toolsを~/.bashrcに追記しsource~/.bashrc androidでAndroid SDK and AVD Managerを…

Google App Engine SDK for Pythonのインストール

http://code.google.com/intl/ja/appengine/downloads.htmlからダウンロード 解凍し、google_appengineディレクトリを~/devに移動 export PATH=${PATH}:~/dev/google_appengineを~/.bashrcに追記しsource ~/.bashrc