Open source Project Under;
Want to Know facts you never knew about your life.
Age_Doctor is a shell executable software
which is programmed to accept user logs and transform inputs using mathematical algorithms
into list of facts you never knew.
- Days Lived
- Hours Lived
- Minutes Lived
- Seconds Lived
- Age Acquired
- Time left to exist🙄
you can directly download only the executable program from below
Then Drag it to Desktop
OR
- Want to Clone the Entire Windows Version and Modify the files consider...
Have git Install on your System Download git official page
I recommend reading this third party article in other to do the setup by phoenixnap/kb
Ater that then Clone
the Entire Windows Version Only by using...
git init Windows_Version_Repo
cd Windows_Version_Repo
git remote add origin https://github.com/Mickekofi/Age_Doctor.git
git config core.sparseCheckout true
echo "Windows_Version/*" >> .git/info/sparse-checkout
git pull origin master
Navigate To
cd Windows_Version
./Age_Doctor.exe
To Clone The Whole Entire Project use ...
git clone https://github.com/Mickekofi/Age_Doctor.git
cd Age_Doctor
For Cloning Linux_Version only
git init Linux_Version_Repo
cd Linux_Version_Repo
git remote add origin https://github.com/Mickekofi/Age_Doctor.git
git config core.sparseCheckout true
echo "Linux_Version/*" >> .git/info/sparse-checkout
git pull origin master
Now Navigate to
cd Linux_Version
cd build
cd apps
./Age_Doctor
To Clone
the Whole Repo
git clone https://github.com/Mickekofi/Age_Doctor.git
- Looking for how to run and Compile the cpp files for Linux using a Structered Automation file try and read me article below ...
- Searching for how to build and run and ship Windows Executable cpp programs Using Linux, try and see me article below...
I will definitely appreciate and mention you if you would want to Contribute either by fork
, pull request
and suggestings through issues
.
or
! Hit me in one of the Links and Lets Build Projects Together !
- Automating program Compilation using a well structured Makefile was based on one of the works of Arash Partow
Greet him at..
Wait for the Next Project...
!Happy Exploring!