Giter Club home page Giter Club logo

lepton-conf's Introduction

Lepton EDA configuration utility

lepton-conf is designed to ease the process of editing Lepton EDA (Lepton Electronic Design Automation) configuration that is stored in ini-like files (*.conf) - that is, new-style configuration, as opposed to settings stored in Guile source code files.
It is a graphical user interface application (using GTK 2.x, see screenshots) that does essentially the same as lepton-cli(1) command-line utility invoked with the config command.

Documentation

Dependencies

Installation from source

  • Checkout source code:
  $ git clone https://github.com/graahnul-grom/lepton-conf.git
  $ cd lepton-conf
  • Run autogen.sh to generate the configuration script:
  $ ./autogen.sh
  • Run the configuration script. You can pass it the --prefix option if you want to install lepton-conf to custom location, e.g. ./configure --prefix=$HOME/lepton-conf:
  $ ./configure

If Lepton EDA is installed in non-standard location, adjust the $PKG_CONFIG_PATH environment variable when running the configure script:

  $ PKG_CONFIG_PATH=/path/to/lepton-eda/lib/pkgconfig ./configure
  • Build:
  $ make
  • Install (you may need to run this as root):
  $ make install
  • Run the application:
  $ lepton-conf

If Lepton EDA is installed in non-standard location, set the $LD_LIBRARY_PATH environment variable when running lepton-conf:

  $ LD_LIBRARY_PATH=/path/to/lepton-eda/lib lepton-conf

License

The same as Lepton EDA: GNU Public License (GPL) version 2.0 or (at your option) any later version.
Copyright (C) 2017-2022 dmn

lepton-conf's People

Contributors

graahnul-grom avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.