You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,14 +105,14 @@ Make sure that your graphics libs are up-to-date: (Syntax may vary in other dist
105
105
```
106
106
sudo apt-get update
107
107
sudo apt-get install libgdiplus
108
-
sudo apt-get install llibc6-dev
108
+
sudo apt-get install libc6-dev
109
109
```
110
110
111
111
And give PapyrusCs execution rights:
112
112
```chmod +x PapyrusCs```
113
113
114
114
For own compilation:
115
-
Requires [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2). You may need to install [additional dependencies](https://github.com/mjungnickel18/papyruscs#additional-dependencies).
115
+
Requires [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0). You may need to install [additional dependencies](https://github.com/mjungnickel18/papyruscs#additional-dependencies).
0 commit comments