Skip to content

Installation problem #2

Description

@123chenshixin

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?

  1. The missing CMakeLists.txt or Makefile required to compile the source code;
  2. A valid precompiled Linux binary of Fullscope-1.0;
  3. More detailed installation instructions, including the required dependencies and versions.

Thank you very much for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions