Skip to content

yurayko/kicad-i18n

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiCad GUI translations

This is the repository for the po files that is used for the GUI translations for KiCad.

It is cmake equipped to conform with the rest of the installation principles for KiCad.

Depends

  • Cmake

  • Gettext

How to install

$ cd kicad-i18n
$ BUILD_SRC=$(pwd)
$ mkdir -p ~/tmp/kicad-i18n-build
$ cd ~/tmp/kicad-i18n-build
$ cmake ${BUILD_SRC}
$ make install
$ cd ..
$ rm -rf ~/tmp/kicad-i18n-build

If you want to change the default install prefix to match your KiCad build, you can add cmake option for example use:

-DCMAKE_INSTALL_PREFIX=/usr

If you occurred some problems, use cmake --trace -DCMAKE_VERBOSE_MAKEFILE=ON instead cmake to make build log more verbose, when you fill issue report.

About

Translations for KiCad source code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.9%
  • CMake 47.1%