04) make && make install

Build(make) bounceHammer

After the configure script completed successfully, you can build bounceHammer with the make command. Running ``make'' command will be finished soon, but ``make test'' will take about 10 minutes. After both of the commands have finished with no errors, Run ``make install'' to install bounceHammer.

# make
Making all in src
...
 
Run ``make test'' ( will take about 10 minutes )
# make test
[17:04:46] ./t/000_compile-core.t ............ ok 369 ms
[17:04:46] ./t/001_compile-api.t ............. ok 37 ms
...
[17:19:34] ./t/503_bin-databasectl.t ......... ok 18694 ms
[17:19:53] ./t/504_bin-datadumper.t .......... ok 29789 ms
 
Run ``make install'' if there is no error.
# make install
...

Here, bounceHammer has been installed into /usr/local/bouncehammer directory successfully by make install command. If you want to check a directory structure of installed bounceHammer, See Directory Structure page. To setup the database for bounceHammer, proceed to Setting Up Database page.

No TrackBacks

TrackBack URL: http://bouncehammer.jp/cgi-bin/mt/mt-tb.cgi/116

Leave a comment