Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ This project requires CMake 3.13 or higher, you can install it [here](https://cm

## For Linux
This project uses GLFW, so you will need to install those libraries to your machine.
GLFW also depends on having Doxygen, so you may want to have that as well.

Ubuntu:
```
sudo apt-get update
sudo apt-get install doxygen
sudo apt-get install -y libglm-dev libxcb-dri3-0 libxcb-present0
sudo apt-get install -y libpciaccess0 libpng-dev libxcb-keysyms1-dev
sudo apt-get install -y libxcb-dri3-dev libx11-dev
Expand Down
5 changes: 2 additions & 3 deletions Skills/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ several things that look like cleanups are explicitly deferred or ruled out ther
- `FlingTests/` — Catch2 tests, links the full `FlingEngine` library. See
[`testing.md`](testing.md).
- `external/` — vendored third-party dependencies (submodules). Never modified.
- `docs/` — human-facing docs; `docs/CodingStyle.md` and `docs/BuildModules.md`
are the two that matter for day-to-day work. (Most other files in `docs/` are
generated Doxygen HTML output, not hand-maintained.)
- `docs/` — human-facing docs: `docs/CodingStyle.md`, `docs/BuildModules.md`, and
the `Fling-Engine-logo/` image used by the root README.
- `scripts/` — repo tooling (`check_comment_style.py`, the one-time
`migrate_doxygen_comments.py` migration).
- `CMake/` — CMake helper modules (e.g. `FlingEngineInc.cmake`).
Expand Down
80 changes: 0 additions & 80 deletions docs/BaseEditor_8cpp.html

This file was deleted.

101 changes: 0 additions & 101 deletions docs/BaseEditor_8h.html

This file was deleted.

Loading
Loading