-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Problem
Running the code under the "Development on macOS" section of README.md is not running the test project. The final line: "./sktest" is outputting: "no such file or directory: ./sktest" instead of running the test project.
How to reproduce
Using an Apple M1 Mac running macOS 12.2.1, from the terminal run (from README.md):
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
git clone --recursive -j2 https://github.com/splashkit/splashkit.git
cd splashkit/projects/cmake
cmake .
make
cd ../../bin
./sktest
Output
See attached log file log.txt. File ends with "no such file or directory: ./sktest" instead of running the test project.
Expected output
Successful run of the test project
Metadata
Metadata
Assignees
Labels
No labels