From 0eb3aedfea59a8ae8f78d196025516a590934206 Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Mon, 23 Sep 2024 08:00:49 -0300 Subject: [PATCH 1/4] fixed LINUX_BUILD.md --- LINUX_BUILD.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/LINUX_BUILD.md b/LINUX_BUILD.md index e8547e1b..138e34c3 100644 --- a/LINUX_BUILD.md +++ b/LINUX_BUILD.md @@ -5,21 +5,21 @@ ### Instructions -- Install the libicu library -`sudo apt-get install libicu-dev` +- Install the libicu library +`sudo apt-get install libicu-dev` -- Install .NET version 7 -`wget https://dot.net/v1/dotnet-install.sh` -`sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 7.0.19` +- Install .NET version 8 +`wget https://dot.net/v1/dotnet-install.sh` +`sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.19` -- Clone the repo -`git clone https://github.com/sim0n00ps/OF-DL.git` -`cd 'OF-DL'` +- Clone the repo +`git clone https://github.com/sim0n00ps/OF-DL.git` +`cd 'OF-DL'` -- Build the project -`dotnet build` -`cd 'OF DL/bin/Debug/net7.0'` +- Build the project +`dotnet build` +`cd 'OF DL/bin/Debug/net8.0'` - Add the .json files like stated in README.md -- Run the application -`DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 ./'OF DL'` +- Run the application +`./'OF DL'` From 95a6bb7f47b440d093d47cd3fb85eb31f8bb4c92 Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Mon, 23 Sep 2024 08:05:36 -0300 Subject: [PATCH 2/4] fixing line breaks --- LINUX_BUILD.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/LINUX_BUILD.md b/LINUX_BUILD.md index 138e34c3..a7e70a0b 100644 --- a/LINUX_BUILD.md +++ b/LINUX_BUILD.md @@ -1,25 +1,26 @@ # Follow these instructions to build and run the application in a linux system ### Disclaimer + ##### These instructions were tested and worked properly in a Debian distro ### Instructions -- Install the libicu library -`sudo apt-get install libicu-dev` +- Install the libicu library + `sudo apt-get install libicu-dev` -- Install .NET version 8 -`wget https://dot.net/v1/dotnet-install.sh` -`sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.19` +- Install .NET version 8 + `wget https://dot.net/v1/dotnet-install.sh` + `sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.19` -- Clone the repo -`git clone https://github.com/sim0n00ps/OF-DL.git` -`cd 'OF-DL'` +- Clone the repo + `git clone https://github.com/sim0n00ps/OF-DL.git` + `cd 'OF-DL'` -- Build the project -`dotnet build` -`cd 'OF DL/bin/Debug/net8.0'` +- Build the project + `dotnet build` + `cd 'OF DL/bin/Debug/net8.0'` -- Add the .json files like stated in README.md -- Run the application -`./'OF DL'` +- Add the .json files like stated in README.md +- Run the application + `./'OF DL'` From a57f0de3140ea1b1c26438f355057645b6d00301 Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Mon, 23 Sep 2024 08:07:36 -0300 Subject: [PATCH 3/4] fixed dotnet version --- LINUX_BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LINUX_BUILD.md b/LINUX_BUILD.md index a7e70a0b..35773f84 100644 --- a/LINUX_BUILD.md +++ b/LINUX_BUILD.md @@ -11,7 +11,7 @@ - Install .NET version 8 `wget https://dot.net/v1/dotnet-install.sh` - `sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.19` + `sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.8` - Clone the repo `git clone https://github.com/sim0n00ps/OF-DL.git` From 3200d5156d220d2ec73592068502a902224d4eb0 Mon Sep 17 00:00:00 2001 From: Legendary Redfox Date: Mon, 23 Sep 2024 08:18:17 -0300 Subject: [PATCH 4/4] removed redundant doc file --- LINUX_BUILD.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 LINUX_BUILD.md diff --git a/LINUX_BUILD.md b/LINUX_BUILD.md deleted file mode 100644 index 35773f84..00000000 --- a/LINUX_BUILD.md +++ /dev/null @@ -1,26 +0,0 @@ -# Follow these instructions to build and run the application in a linux system - -### Disclaimer - -##### These instructions were tested and worked properly in a Debian distro - -### Instructions - -- Install the libicu library - `sudo apt-get install libicu-dev` - -- Install .NET version 8 - `wget https://dot.net/v1/dotnet-install.sh` - `sudo bash dotnet-install.sh --architecture x64 --install-dir /usr/share/dotnet/ --runtime dotnet --version 8.0.8` - -- Clone the repo - `git clone https://github.com/sim0n00ps/OF-DL.git` - `cd 'OF-DL'` - -- Build the project - `dotnet build` - `cd 'OF DL/bin/Debug/net8.0'` - -- Add the .json files like stated in README.md -- Run the application - `./'OF DL'`