Skip to content

wmjones/VFA-for-dynamic-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFA-for-dynamic-games

To get this project working on your own computer running OSX first open terminal and run

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

then run

binaries=(
    gcc
    cmake
    openblas --with-openmp
    nlopt
    dlib --cc=gcc-7 --with-openblas
)
brew install ${binaries[@]}

Then simply cd to the directory where the makefile is on your computer and run make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published