A free open source Healthy Diet App
Welcome to EQDiet. Hope you enjoy using our app! You can visit our website here
(Image designed by 千图网 on Pngtree.com)
- Java SE Development Kit (JDK) or OpenJDK >= 1.8. Click here if you don't have it.
GitHub Actions | AppVeyor | Azure Pipelines |
---|---|---|
---------- | ---------- | |
---------- | ---------- |
- Set Java JDK bin folder to PATH. View this video if you don't know how to do it (only Windows).
- Set JAVA_HOME variable. This is the path to your java folder (e.g.
C:\Program files\Java\jdk1.8.0_271
). BE CAREFUL! It's not the bin folder (e.g. It's NOT:C:\Program files\Java\jdk1.8.0_271\bin
). It's HIGHLY recommended to create it in the global variables as shown on the video at the step 1, but you can set it temporarily at command prompt or terminal with theset
command. - Download source code by clicking "clone or download" button or by running this command:
git clone https://github.com/EQDiet/EQDiet.git
(Only if you have Git installed) - Extract the files to any folder.
- Open command prompt or terminal.
- Go to the destination folder you have extracted the files.
- ONLY FOR LINUX USERS. Run
chmod +x mvnw
to get mvnw execution permission - Run
mvnw.bat install
on Windows or./mvnw install
on Linux. This is the full compilation method and we recommend it. However, you can runmvnw.bat compile
on Windows or./mvnw compile
on Linux for a quicker compilation. - Run
buildjar.bat
on Windows orchmod +x buildjar && ./buildjar
on Linux to generate the JAR file (at the Release folder) - Done!
Please read docs.eqdiet.lumito.net/dev/sdc for contributing instructions.
This project is licensed under the MIT License. You can read it here
© 2020, EQDiet. - eqdiet.weebly.com