Skip to content

update installation and README#819

Open
sbonaime wants to merge 2 commits intortklibexplorer:mainfrom
sbonaime:main
Open

update installation and README#819
sbonaime wants to merge 2 commits intortklibexplorer:mainfrom
sbonaime:main

Conversation

@sbonaime
Copy link
Copy Markdown

update installation and README.md instead of README.txt

Copilot AI review requested due to automatic review settings April 24, 2026 11:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository installation/build documentation by adding a Markdown README and preserving prior instructions in a separate text file.

Changes:

  • Add readme.md with expanded, structured installation & compilation instructions (CMake + platform-specific notes).
  • Add readme.old.txt containing the previous plain-text instructions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
readme.md Adds a Markdown-formatted installation/build guide, emphasizing CMake and platform-specific build paths.
readme.old.txt Preserves the prior plain-text installation/build instructions for reference.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread readme.md Outdated
Comment thread readme.md
Comment on lines +46 to +50
make
```
4. (Optional) Run tests:
```sh
make test
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section claims CMake is recommended for Windows/Linux/macOS, but the build/test commands use make / make test, which won’t work with common Windows CMake generators (e.g., Visual Studio) and can differ on macOS too. Consider switching to generator-agnostic commands like cmake --build . and ctest, or explicitly documenting that Unix Makefiles (and make) are assumed.

Suggested change
make
```
4. (Optional) Run tests:
```sh
make test
cmake --build .
  1. (Optional) Run tests:
    ctest

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants