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 08:14] smeghead |
en:install [2021/06/08 13:49] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
<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> | ||
- | ===== 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 |