install

in xar.rb [16:20]


  def install
    system "cmake", ".", *std_cmake_args
    system "make", "install"
  end