Skip to content

Commit 43a97ce

Browse files
authored
Update README.md
1 parent 373a30b commit 43a97ce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,24 @@
99

1010
# Getting the engine
1111
## Before downloading
12-
It is needed to have some dependencies in order to run scripting system of CometEngine.
12+
It is needed to have some dependencies in order to run CometEngine.
1313
### Windows dependencies
14-
- Dotnet: [.NET 9.0](https://dotnet.microsoft.com/en-us/download)
14+
- [.NET 9.0](https://dotnet.microsoft.com/en-us/download)
1515
- [.NET Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-developer-pack-offline-installer)
1616
- [.NET Core3.1](https://dotnet.microsoft.com/en-us/download/dotnet/3.1)
1717
- Microsoft Visual C++ 2015-2022 Redistributable
18+
### Linux dependencies (Debian 10 Example)
19+
- Mono Devel: ```sudo apt install mono-devel```
20+
- Microsoft Packages:
21+
```
22+
wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
23+
sudo dpkg -i packages-microsoft-prod.deb
24+
rm packages-microsoft-prod.deb
25+
sudo apt-get update
26+
```
27+
- Dotnet: ```sudo apt-get install -y dotnet-sdk-6.0```
28+
- Devil: ```sudo apt-get install libdevil-dev```
29+
1830

1931
## Downloading
2032
The releases can be found at the [release tab of this repository](https://github.com/OriolCS2/CometEngine/releases). It is recommended to download/install the last release available. In order to execute Comet Engine it is just needed to open the main executable named as CometEngine as well.

0 commit comments

Comments
 (0)