Commit b84f3d4c by Wenjie Huang

mkdir starrygl/lib when fresh installing

parent 4d52b404
#!/bin/bash
mkdir -p build && cd build
mkdir -p build starrygl/lib && cd build
cmake .. \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_PREFIX_PATH="/home/hwj/.miniconda3/envs/sgl/lib/python3.10/site-packages" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment