Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ bash build.sh
cd ../../..
```

If the build fails, maybe you need to install
Copy link
Member

Choose a reason for hiding this comment

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

@lytico in which way does the build fail when this pkg is missing? Any error message?

Copy link
Member Author

Choose a reason for hiding this comment

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

i didn't record the exact error message, it was just something like
build failed with error ....
it had no clear relation to the error source, instead i had to poke it out from a build log file.


```
apt install libstdc++-12-dev
```

## Launching the IDE

Launch DotDevelop, using one of the 2 options
Expand Down