This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:install [2010/07/30 12:00] 127.0.0.1 外部編集 |
en:install [2021/06/08 13:49] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== インストール方法 ====== | + | ====== How to Install ====== |
| - | ===== 基本ソフトウェアのインストール ===== | + | |
| - | gcc, gettext, rsyncをインストールして下さい。 | + | ===== Install Basic Softwares ===== |
| - | スタティック版のコンパイルを行なう場合には、wgetも必要となります。 | + | |
| - | Ubuntuの場合は、以下のコマンドを実行して必要なソフトウェアをインストールできます。 | + | |
| - | <code> | + | First, Install gcc, gettext, rsync. |
| - | sudo apt-get install build-essential gettext rsync wget | + | for compile static version, install wget. |
| - | </code> | + | For Ubuntu, you can execute below command. |
| - | ※スタティック版のコンパイルを行なわない場合は、wgetは不要です。 | + | |
| - | Starbug1は64bit環境でも、32bit版のバイナリを作成します。64bit環境でコンパイルを行なう場合、32bitバイナリをコンパイルするために必要なライブラリをインストールしておいて下さい。Ubuntuの場合は以下のコマンドを実行して下さい。 | ||
| <code> | <code> | ||
| - | sudo apt-get install gcc-multilib g++-multilib ia32-libs | + | sudo apt-get install build-essential gettext rsync wget libjson-perl liblocale-po-perl |
| </code> | </code> | ||
| - | ===== Starbug1のコンパイル ===== | + | ===== Compile Starbug1 ===== |
| - | スタティック版のコンパイル方法は、手順が少なく簡単です。パフォーマンス的にも速いバイナリができるようです。 | + | Static Version Compile is easy. and static binary works faster. |
| - | * [[install:compile:static|スタティック版 コンパイル方法]] | + | * [[en/install/compile/static|How to compile static binary]] |
| - | スタティック版のコンパイルがうまくいかない場合は、下のコンパイル方法を試して下さい。 | + | If something wrong, try below. |
| - | * [[install:compile:shared|SQLite3共有ライブラリ利用版 コンパイル方法]] | + | * [[en/install/compile/shared|How to compile binary that use shared library.]] |
| - | コンパイルが成功したら、セットアップに進んで下さい。 | + | after compile, next is setup. |
| - | ===== Starbug1のセットアップ ===== | + | ===== How to setup Starbug1 ===== |
| - | * [[install:setup|セットアップ方法]] | + | * [[en/install/setup|How to setup Starbug1]] |
| - | ====== その他の情報 ====== | + | ====== Other informations ====== |
| - | * [[install:hook|フック機能について]] | + | * [[en/install/hook|About hook functions]] |
| - | * 投稿時、返信時に、メール送信などを行なうようにする方法についてです。 | + | * when register and reply, how to send mail, and etc. |
| - | * [[install:aboutdatabase|DB構成について]] | + | * [[en/install/aboutdatabase|About database schema]] |
| - | * Starbug1のデータの格納方法についての情報です。 | + | * Starbug1 data structure. |
| - | * [[install:backup|バックアップの方法]] | + | * [[en/install/backup|How to backup.]] |
| - | * バックアップを取る方法の例です。 | + | * example of backup. |
| - | * [[install:export|設定情報をエクスポートする機能について]] | + | * [[en/install/export|How to export settings of projects]] |
| - | * あるサブプロジェクトを複製して他のプロジェクトを新規作成することができます。 | + | * able to export projects settings. |
| - | * [[install:faq|FAQ]] | + | * [[en/install/faq|FAQ]] |
| - | * FAQです。 | + | * FAQ |