Skip to content

old-NWTC/Modes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modes

The original code comes from NWTC Modes v2.22 (2002). This code has been updated to build using current compilers.

Building the code

Windows Visual Studio

A Visual Studio project file is located in vs-build/Modes/Modes.sln

CMake

git clone <repository_url> modes  # Clone from public repo
cd modes/build                    # Change into the build directory 
cmake ../                         # Use cmake --help for help in choosing a specific build-system generator 
make                              # Build sources
make install                      # Optionally install in the modes/install/bin directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published