@echo off echo "==> WELCOME TO OPEN C++ LIBRARIES." echo "==> INSTALLING OPEN C++ LIBRARIES..." :: To be used for: curl -fsSL https://setup.ocl.nekernel.org git clone --recurse-submodules -j8 https://github.com/ocl-foss/ocl.git cd ocl cmake -B build echo "==> INSTALLING THE OPEN C++ LIBRARIES..." cmake --install build echo "==> WELCOME TO OPEN C++ LIBRARIES." echo "==> THANK YOU FOR USING THE OCL!"