Skip to content
Snippets Groups Projects
Commit 8168316b authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Update directory structure and add Docs

parent 59da5532
No related branches found
No related tags found
1 merge request!19Move linux-debian11 into main
#!/bin/bash #!/bin/bash
# Script to build all toolchains for this MPSD release ( 23a )
# Run this script inside the cloned folder for eg:
# mpsddeb@mpsd-hpc-ibm-022:/opt_mpsd/linux-debian11/mpsd-software-environments$ ./install-dev23a.sh
set -e set -e
mkdir -p linux-debian11 cd ..
cd linux-debian11
mkdir -p dev-23a mkdir -p dev-23a
cd dev-23a cd dev-23a
# clone repo if it doesn't exist yet # clone repo if it doesn't exist yet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment