Giter VIP home page Giter VIP logo

gjiten's Introduction

GJiten

GJiten is a dictionary

Gjiten is a Japanese dictionary program for edict files. It also contains a kanji dictionary.

Building / Installing

On Ubuntu:

% sudo apt update
% # install all dependencies
% sudo apt install build-essential libgtk-3-dev

% sh ./autogen.sh
% make
% sudo make install

Ubuntu: Official Repos / Sponsoring

I'm trying to get this GTK3-Port into the official repos. If you can help me with that, please contact me.

How to Develop

Use the --enable-debug while developing

% # Add `universe` repository
% sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
% sudo apt update
% # install all dependencies
% sudo apt install build-essential libgtk-3-dev

% # build it with
% ./autogen.sh --enable-debug
% make

% # run it
% cd ./src
% ./gjiten

With --enable-debug you have to start gjiten from within src. Otherwise static paths will be invalid and you'll encounter various problems

Reporting Bugs

Report bugs directly here on Github.

If you file bugs please try to include the following information:

  • gjiten version ( gjiten --version )
  • distribution and other info about your OS (under Ubuntu: lsb_release --all)
  • gtk release ( pkg-config --modversion gtk+-3.0 )
  • output of gdb gjiten and/or strace gjiten
  • and any other info you might think is important.

User Settings

User settings are stored in <system config path>/gjiten/gjiten.config . Under Ubuntu this amounts to ~/.config/gjiten/gjiten.conf.

gjiten's People

Contributors

darktrick avatar 2ion avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.