Hello,
Thank you for developing and sharing Fullscope.
I encountered an issue while following the installation instructions in the README. The documented build commands are:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
However, I could not find a CMakeLists.txt file in the current repository. Therefore, running CMake produces the following error:
The source directory does not appear to contain CMakeLists.txt.
In addition, the file scripts/Fullscope-1.0 is only 2 bytes in size. Running the file command gives:
Fullscope-1.0: very short file (no magic)
Therefore, it does not appear to be a complete Linux executable.
Could you please provide one of the following?
- The missing CMakeLists.txt or Makefile required to compile the source code;
- A valid precompiled Linux binary of Fullscope-1.0;
- More detailed installation instructions, including the required dependencies and versions.
Thank you very much for your help.
Hello,
Thank you for developing and sharing Fullscope.
I encountered an issue while following the installation instructions in the README. The documented build commands are:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
However, I could not find a CMakeLists.txt file in the current repository. Therefore, running CMake produces the following error:
The source directory does not appear to contain CMakeLists.txt.
In addition, the file scripts/Fullscope-1.0 is only 2 bytes in size. Running the file command gives:
Fullscope-1.0: very short file (no magic)
Therefore, it does not appear to be a complete Linux executable.
Could you please provide one of the following?
Thank you very much for your help.