mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
parent
547c3ed759
commit
7551da5b6a
25
README.md
25
README.md
@ -18,7 +18,7 @@ So here I am with an up-to-date menu focusing on protecting the user from toxic
|
|||||||
* [Project Structure](#project-structure)
|
* [Project Structure](#project-structure)
|
||||||
* [Features](#features)
|
* [Features](#features)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
@ -28,6 +28,13 @@ Requirements:
|
|||||||
|
|
||||||
If you have both of the above requirements you can skip to [cloning the git repo and generating the project files](#cloning-and-generating-project-files).
|
If you have both of the above requirements you can skip to [cloning the git repo and generating the project files](#cloning-and-generating-project-files).
|
||||||
|
|
||||||
|
### Curl
|
||||||
|
|
||||||
|
Curl should be already installed on your computer, but if you are having issues with building the project, you will need to download and install
|
||||||
|
it. Once Installed run the exe located in bin and it should work
|
||||||
|
|
||||||
|
[Download Link](https://curl.se/download.html)
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
|
|
||||||
If you haven't installed git on your system go and do so it is **REQUIRED** for setting up a working build environment.
|
If you haven't installed git on your system go and do so it is **REQUIRED** for setting up a working build environment.
|
||||||
@ -36,7 +43,7 @@ If you haven't installed git on your system go and do so it is **REQUIRED** for
|
|||||||
|
|
||||||
### CMake
|
### CMake
|
||||||
|
|
||||||
CMake is used to generate our project files, if you haven't used it before we will need to download and install it.
|
CMake is used to generate our project files, if you haven't used it before you will need to download and install it.
|
||||||
|
|
||||||
[Download Link](https://cmake.org/download/)
|
[Download Link](https://cmake.org/download/)
|
||||||
|
|
||||||
@ -54,9 +61,11 @@ CMake is used to generate our project files, if you haven't used it before we wi
|
|||||||
cd YimMenu
|
cd YimMenu
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Generate project files
|
#### Generate project files
|
||||||
|
|
||||||
- On Windows
|
#### `NOTE` You will have cd build and cmake again if you add any files or you will get an error when building.
|
||||||
|
|
||||||
|
- Windows Only
|
||||||
|
|
||||||
- Visual Studio
|
- Visual Studio
|
||||||
|
|
||||||
@ -70,9 +79,10 @@ CMake is used to generate our project files, if you haven't used it before we wi
|
|||||||
|
|
||||||
Then, you can just build by using the Build menu at the top and clicking Build All.
|
Then, you can just build by using the Build menu at the top and clicking Build All.
|
||||||
|
|
||||||
|
|
||||||
- Other OSs / IDEs
|
- Other OSs / IDEs
|
||||||
|
|
||||||
If you use something else, just follow this:
|
If you use something else or prefer using the console on Windows, just follow this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -81,8 +91,7 @@ CMake is used to generate our project files, if you haven't used it before we wi
|
|||||||
```
|
```
|
||||||
|
|
||||||
Now, you will be able to open the solution, and build it.
|
Now, you will be able to open the solution, and build it.
|
||||||
|
|
||||||
|
|
||||||
## Staying Up To Date
|
## Staying Up To Date
|
||||||
|
|
||||||
Pull the latest changes from this repository.
|
Pull the latest changes from this repository.
|
||||||
@ -121,6 +130,6 @@ Below is an incomplete list of feature that I believe are notable to this "base"
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
You're free to contribute to YimMenu as long as the feature are useful, non-toxic and do not contain anything money related that might get the menu targetted by Take2.
|
You're free to contribute to YimMenu as long as the feature are useful, not overly toxic, and do not contain anything money related that might get the menu targetted by Take2.
|
||||||
|
|
||||||
Make sure to read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
Make sure to read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
||||||
|
@ -20,5 +20,5 @@ namespace big
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
seatbelt g_seatbelt("seatbelt", "Seatbelt", "Prevent you from falling off bikes or flying through the windshield", g.vehicle.no_water_collision);
|
seatbelt g_seatbelt("seatbelt", "Seatbelt", "Prevent you from falling off bikes or flying through the windshield", g.vehicle.seatbelt);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user