agt-the-walker / osl-vagrant

Vagrant file to build/test OpenShogiLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

This small project shows how to successfully build then test the development version of OpenShogiLib.

Indeed it doesn't currently compile on Arch Linux 64-bit with latest updates.

Requirements

Walkthrough

$ cd ~/src/git  # or wherever you put your cloned github repos
  git clone https://github.com/agt-the-walker/osl-vagrant
  cd osl-vagrant/

$ vagrant up
  ./test.sh
[...]
*** No errors detected

That's all folks!

About

Vagrant file to build/test OpenShogiLib

License:MIT License


Languages

Language:Shell 100.0%