/Dynapad-Workspace

A complete and scripted workspace environment for working on Dynapad.

Primary LanguageShell

Dynapad Workspace

Prerequisites:

softwareupdate --install-rosetta
brew install coreutils
xcode-select -p  # Ensure this returns /Library/Developer/CommandLineTools

Directory Structure

.
├── README.md               # ⭐️ YOU ARE HERE.
├── setup.sh
├── init.sh
│
├── src/                        
│   └── dynapad/            # (Submodule) Dynapad sources.
│   └── racket/             # (Submodule) Racket 8.6 sources.
│
├── opt/
│   └── racket/             # Installation root for Racket ($RACKETDIR)
│   └── dynapad/            # Installation root for Dynapad
│
├── bin/
│   └── ...                 # Symlinks to binaries.
├── lib/                    # Symlinks to libraries.
│   └── ...
└── include/                # Symlinks to headers.
    └── ...