Jenny v5.1.4-LTS
Goal
This file is an installation guide for new users. Please do everything mentioned in this document.
Downloading Jenny
Git is needed for this section. If you had not installed, you can install Git here
Open a new terminal window. Copy and paste the command below:
git clone https://github.com/hypernova-developer/Jenny.gitPreparing Files
A compiler is needed for this section. If you do not have one, I highly recommend GCC from GNU. You can install it here
Use the command below to go to the folder where source codes are at:
cd "src/"Installing Jenny
You will have to compile all of the source codes inside the folder. Before this section, be sure that you added your compiler as an environment variable. If everything is alright, you can use the commands below:
g++ .\jenny.cpp -o jenny.exe -O3 -lwininet -lole32 -loleaut32 -lwbemuuidg++ .\SentinelCore.cpp -o SentinelCore.exe -O3 -std=c++17 -lwintrust -lbcrypt -liphlpapig++ .\compilex.cpp -o compilex_engine.exe -O3 -std=c++20g++ .\ProtocolX.cpp -o ProtocolX.exe -O3 -std=c++20Completing Installation
Define "...\Jenny\src" as an environment variable. After this, jenny.exe file will be executed from wherever you are.
Thanks
Thanks for reading this document. Good luck with your own projects.
hypernova-developer