This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:install [2010/08/02 07:57] smeghead |
en:install [2021/06/08 13:49] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to Install ====== | ====== How to Install ====== | ||
- | ===== 基本ソフトウェアのインストール ===== | + | ===== Install Basic Softwares ===== |
- | gcc, gettext, rsyncをインストールして下さい。 | + | First, Install gcc, gettext, rsync. |
- | スタティック版のコンパイルを行なう場合には、wgetも必要となります。 | + | for compile static version, install wget. |
- | Ubuntuの場合は、以下のコマンドを実行して必要なソフトウェアをインストールできます。 | + | For Ubuntu, you can execute below command. |
<code> | <code> | ||
- | sudo apt-get install build-essential gettext rsync wget | + | sudo apt-get install build-essential gettext rsync wget libjson-perl liblocale-po-perl |
</code> | </code> | ||
- | ※スタティック版のコンパイルを行なわない場合は、wgetは不要です。 | ||
- | Starbug1は64bit環境でも、32bit版のバイナリを作成します。64bit環境でコンパイルを行なう場合、32bitバイナリをコンパイルするために必要なライブラリをインストールしておいて下さい。Ubuntuの場合は以下のコマンドを実行して下さい。 | + | ===== Compile Starbug1 ===== |
- | <code> | + | |
- | sudo apt-get install gcc-multilib g++-multilib ia32-libs | + | |
- | </code> | + | |
- | + | ||
- | ===== 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 |