~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/ja/weechat_tester.ja.asciidoc

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2015-08-19 18:34:17 UTC
  • mfrom: (29.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20150819183417-u026z5wo8knpcdqd
Tags: 1.3-1
* New upstream release
  - Remove backported patch to fix FTBFS with ruby 2.2
* Use dh-exec to build javascript plugin only on architectures which v8
  engine supports. Thanks to Mateusz Łukasik for the patch
  (Closes: #794584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
= WeeChat テスターガイド
2
2
:author: Sébastien Helleu
3
3
:email: flashcode@flashtux.org
4
 
:toc:
 
4
:toc2:
5
5
:toc-title: 目次
 
6
:max-width: 100%
 
7
 
 
8
 
 
9
翻訳者:
 
10
 
 
11
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2014
6
12
 
7
13
 
8
14
[[purpose]]
86
92
----
87
93
$ mkdir build
88
94
$ cd build
89
 
$ cmake .. -DPREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug
 
95
$ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug
90
96
$ make
91
97
$ make install
92
98
----