Skip to content

monolithpl/NomadDictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Nomad Dictionary

All-in-one offline dictionary - perfect for students, teachers and translators

Compiling

Windows

  1. download mingw from here
  2. unpack i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z to c:\mingw32
  3. download qt from here
  4. run the qt-opensource-windows-x86-mingw482-4.8.7.exe installer and follow the instructions
  5. set path for qt
  6. set path for mingw
  7. git clone https://github.com/monolithpl/NomadDictionary
  8. cd NomadDictionary\src
  9. qmake -config release
  10. make

Mac

  1. download qt from here
  2. run the qt.mpkg installer and follow the instructions
  3. install homebrew - open the Terminal and run:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. git clone https://github.com/monolithpl/NomadDictionary
  2. cd NomadDictionary/src
  3. qmake -config release -spec macx-g++
  4. make

Linux

  1. download prerequisites:
sudo apt-get install git pkg-config build-essential qt4-qmake \
         libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \
         libqt4-dev libqtwebkit-dev libxtst-dev liblzo2-dev libbz2-dev \
         libao-dev libavutil-dev libavformat-dev libtiff5-dev libeb16-dev
  1. git clone https://github.com/monolithpl/NomadDictionary
  2. cd NomadDictionary/src
  3. qmake-qt4 -config release or qmake -config release
  4. make

About

All-in-one offline dictionary - perfect for students, teachers and translators

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.3%
  • C 41.0%
  • HTML 2.0%
  • CSS 1.6%
  • Objective-C++ 0.5%
  • QMake 0.3%
  • Other 0.3%