Skip to content

Updated fork of agram with Dutch word list

License

Notifications You must be signed in to change notification settings

OpenTaal/agram-nl

 
 

Repository files navigation

agram is an Android application which displays anagrams.

Instructions for Installation:

Pre-built Android Binaries

Pre-built binaries are likely available from F-Droid and may be available from other application repositories.

Building Android Binaries

To build agram from source using an Android SDK and NDK, execute:

./gradlew build

This will produce build/outputs/apk/agram-debug.apk.

Building POSIX Binaries

A command-line version of agram for POSIX-compliant systems can be built:

cmake cli
make

This will produce agram. This version also requires a word list at run-time. A suitable word list is included as src/main/assets/words, but must be installed. You may also already have a usable word list on your system.

About

Updated fork of agram with Dutch word list

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 49.0%
  • C++ 47.2%
  • CMake 1.5%
  • Python 1.3%
  • C 1.0%