-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
380 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
Make sure to read and understand the license for this program, found in the file LICENSE or at http://www.gnu.org/licenses/gpl.txt, before you start playing with it. | ||
|
||
In order to build Hentai@Home, you need the following: | ||
In order to build Hentai@Home, you just need OpenJDK 8 or newer. | ||
|
||
- The sqlite-jdbc-3.7.2 SQLiteJDBC library, placed in this directory (obtainable from http://g.e-hentai.org/hentaiathome.php or http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC) | ||
In a Windows build environment, run make.bat and makejar.bat in order. On Linux, do make then make jar (or make all). | ||
|
||
- The Java(TM) SE JDK, version 6 or greater | ||
This will produce two .jar files, HentaiAtHome.jar and HentaiAtHomeGUI.jar, in the current directory. Move these .jar files to a location of your choice - this is where H@H will store all its files by default. | ||
|
||
In a Windows build environment, run make.bat and makejar.bat in order. On Linux, do make then make jar (or make all). This will produce two .jar files, HentaiAtHome.jar and HentaiAtHomeGUI.jar, in the current directory. These two files along with sqlite-jdbc-3.7.2 constitutes the entire program. | ||
In a GUI environment you can usually just double-click HentaiAtHomeGUI.jar to start it. Alternatively, from a command-line, use java -jar HentaiAtHome.jar for the CLI version or java -jar HentaiAtHomeGUI.jar for the GUI version. | ||
|
||
Move the three .jar files to a location of your choice (this is where H@H will store all its files), and run java -jar HentaiAtHome.jar for the CLI version or java -jar HentaiAtHomeGUI.jar for the GUI version. | ||
|
||
Note that this package only contains the Hentai@Home Client, which is coded specifically for E-Hentai Galleries. The server-side systems are highly dependent on the setup of a given site, and must be coded specially if it's to be used for other sites. | ||
This package only contains the Hentai@Home Client, which is coded specifically for E-Hentai Galleries. The server-side systems are highly dependent on the setup of a given site, and must be coded specially if it is to be used for other sites. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.