Skip to content

mmicko/retrocmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Commander

To compile first clone project:

git clone --recursive https://github.com/mamedev/retrocmd.git

To build on Windows/Linux/macOS use:

make -j9

or to generate Visual Studio 2015 project :

vs2015.cmd

To update all submodules (for commiters only):

git submodule foreach git pull origin master