Cross-platform nhentai downloader on Console.
-
For supported platforms check here*.
- Releases supports x64 Operating Systems only. You cannot use this on x86 or ARM. Check Compiling from Source section for compiling builds for these platforms.
To compile, simply use your Terminal of your choice and navigate towards the asuka's source root.
-
dotnet restore
to restore the packages. -
dotnet build
to build.You can use
--configuration
to specify the configuration to use. Available configurations areDebug
andRelease
. For more information, check thedotnet build
documentation.
You'll see the built packages on bin\Debug\net6.0
or bin\Release\net6.0
depending on the build configuration you used.
This project is licensed under MIT license. For more information about the license, read the LICENSE file. It's short I promise.