Hi
I have followed the instructions in section 3.1.1 ("Installing and running using nix-shell"), and I am getting an error message when trying to compile the example.
The steps:
1. cloned the repo
3. everything seems to compile without any error messages
4. copied CONFIG to CONFIG.mine commenting out OSSL and ROOT lines, and adding a line: "ROOT = .."
5. executing `./compile.sh Programs/test_fix_array` results in the error message that the file "Data/SharingData.txt" is missing
I have seen, later in the documentation references to running Setup.x and Player.x
Are they necessary for this step?
If so, what are the proper parameters for running them to get the examples running
thanks