-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AMIR ABBAS
committed
Apr 8, 2023
1 parent
6b51f2d
commit 5f183d0
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
#### Nekoray builder script for macOS | ||
### Nekoray builder script for macOS | ||
|
||
This script is made to build **`nekoray`** software for use on **`macOS`** operating system. | ||
|
||
Also, in every release in the main repository, special versions of **`intel-amd`** chips and **`apple chips`** are also published in this repository. | ||
Also, in every release in the main repository, special versions of **`intel-amd`** chips and **`apple chips`** are also | ||
published in this repository. | ||
|
||
###### Note: This script is an early version, so if there is a problem, raise it in the issues and help to complete and improve this script. | ||
**Note: This script is an early version, so if there is a problem, raise it in the issues and help to complete and | ||
improve this script.** | ||
|
||
### How to use | ||
|
||
**Just run the script with the following command and wait for the process to complete.** | ||
|
||
```bash | ||
bash nekoray_macos_builder.sh | ||
``` | ||
|
||
Or | ||
|
||
```bash | ||
./nekoray_macos_builder.sh | ||
``` | ||
|
||
This script automatically downloads all required dependencies if they are not available. | ||
|
||
**Enjoy :)** |