Skip to content

Werechang/WeTell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code review rating:

CodeFactor

WeTell

Encrypted Messenger

Building and IntelliJ setup

Building

Windows

On windows open your command promt in the project folder and type in .\gradlew.bat jpackage You need to have "WiX" and Java 15 installed.

Linux/macOS

For Linux and macOS you do the same only with .\gradlew jpackage. Java 15 is required.

IntelliJ setup

Download and install Gradle 7.3. In IntelliJ open a new project with Get from VCS. Specify this repository in the URL field. It may import the project with some errors. Go to File > Project Structure > Project and choose JDK 15.

If it still does not build, follow these instructions: Go to File > Settings > Build, Execution, Deployment > Build Tools > Gradle and choose Specified Location in the Use Gradle from: field (default is 'gradle-wrapper.properties' file). Click Apply. Now download and extract this to the desktop. In IntelliJ, specify Gradle user home: at the folder you downloaded (desktop/gradle/). The project should reload and you should be able to execute WeTellClient.main() and WeTellServer.main()

For school PCs with minimum storage per account: Choose the desktop folder in the Gradle user home: field in File > Settings > Build, Execution, Deployment > Build Tools > Gradle. You would have to redownload these files on every sign up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors