Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
wip
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lepton EDA for FreeBSD

Lepton EDA is a part of the FreeBSD Ports Collection (cad/lepton-eda) since February, 23rd, 2019.
Port's page on FreshPorts.org: https://www.freshports.org/cad/lepton-eda

Current version: 1.9.15.
See the NEWS file for recent changes.

Lepton EDA is a suite of free software tools for designing electronics, an actively developed fork of the gEDA/gaf suite, started in late 2016 by most of gEDA/gaf developers at that time. It's backward compatible with its predecessor and supports the same file format for symbols and schematics.

News

30.06.2021:
Lepton EDA 1.9.15 has been committed to the ports git repository.

How to install

Using pkg package manager:

  1. pkg update
  2. pkg install lepton-eda

From the ports collection:

  1. cd /usr/ports/cad/lepton-eda
  2. make install

From this repository

  1. git clone https://github.com/graahnul-grom/freebsd-lepton-eda.git
  2. Copy freebsd-lepton-eda/cad/lepton-eda to /usr/ports/cad/
  3. cd /usr/ports/cad/lepton-eda
  4. make install