Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 798 Bytes

INSTALL.md

File metadata and controls

32 lines (27 loc) · 798 Bytes

mvs38j-langtest installation

The mvs38j-langtest uses git submodules to embed the projects mvs38j-sios and herc-tools.

To install use

cd <install-root>
git clone --recurse-submodules https://github.com/wfjm/mvs38j-langtest.git

To update use

cd <install-root>/mvs38j-langtest
git pull  --recurse-submodules
git submodule update --init --recursive

To get proper submodule state after git checkout of commit or branch, e.g.

cd <install-root>/mvs38j-langtest
git checkout <commit-id> .
git submodule update --init --recursive

To setup the environment use

export PATH=<install-root>/mvs38j-langtest/herc-tools/bin