Skip to content

Commit 1274b10

Browse files
committed
"CONTRIBUTING" is actually upstream/valve's, remove it
1 parent 6a4e32b commit 1274b10

3 files changed

Lines changed: 3 additions & 42 deletions

File tree

CONTRIBUTING

Lines changed: 0 additions & 38 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* NEOTOKYO rebuild in Source SDK 2013 Multiplayer (2025 TF2 SDK Update)
44
* Forked from: https://github.com/NeotokyoRevamp/neo
55
* License: SOURCE 1 SDK LICENSE, see [LICENSE](LICENSE) for details
6-
* For Valve's Source SDK 2013 contributing text, see [CONTRIBUTING](CONTRIBUTING) for details
7-
* See [CONTRIBUTING_DOC.md](CONTRIBUTING_DOC.md) for instructions on how the codebase work and contribute
6+
* See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how the codebase work and contribute
87

98
## Table of contents
109
To see the Table of Contents, please use the "Outline" feature on GitHub by clicking the button located in the top right of this document.
@@ -32,14 +31,14 @@ NT;RE can be built using [VS2022 IDE](#visual-studio-2022-windows), [Qt Creator
3231
2. Open the `CMakeLists.txt` found in `src`
3332
3. To switch to the CMake view, right-click and click on "Switch to CMake Targets View" in the "Solution Explorer", it'll be under the "Folder View".
3433

35-
After that, it should be able to compile. For debugger/run CMake configuration, refer to: [CONTRIBUTING_DOC.md - Debugging - VS2022 + CMake (Windows)](CONTRIBUTING_DOC.md#vs2022--cmake-windows).
34+
After that, it should be able to compile. For debugger/run CMake configuration, refer to: [CONTRIBUTING.md - Debugging - VS2022 + CMake (Windows)](CONTRIBUTING.md#vs2022--cmake-windows).
3635

3736
#### Qt Creator (Linux)
3837
1. On the "Welcome" screen, click on "Open Project..."
3938
2. Open the `CMakeLists.txt` found in `src`
4039
3. By default, the build is not done in parallel but rather sequentiality. Note, parallel builds at the default setting could deadlock the system or make it unresponsive during the process. Available since CMake 3.12, the amount of jobs can be tweaked using `--parallel <jobs>` where `<jobs>` is a number to specify parallel build level, or just simply don't apply it to turn it off. To turn on parallel builds in Qt Creator: On the "Projects" screen, in [YOUR KIT (under Build & Run)] > Build, go to "Build Steps" section, expand by clicking on "Details", and add `--parallel` to the CMake arguments.
4140

42-
After that, it should be able to compile. For debugger/running configuration, refer to: [CONTRIBUTING_DOC.md - Debugging - Qt Creator (Linux)](CONTRIBUTING_DOC.md#qt-creator-linux)
41+
After that, it should be able to compile. For debugger/running configuration, refer to: [CONTRIBUTING.md - Debugging - Qt Creator (Linux)](CONTRIBUTING.md#qt-creator-linux)
4342

4443
#### CLI (with ninja, Windows + Linux)
4544
##### Windows prerequisite

0 commit comments

Comments
 (0)