kitanokitsune / gEDA-WIN

gEDA for Windows plus gSpiceUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gEDA for Windows plus gSpiceUI

日本語

gspiceui

gschem waveviewer

Overview

Windows port of gEDA Project. A schematics editor, SPICE simulators (Ngspice/Gnucap) and a waveform viewer on MS-Windows.

This uses the following projects:

How to Install

  1. [required] Download the project : [Clone or download] - [Download ZIP]
  2. [required] Unzip the file into any folder you like.
  3. [required] Execute pixbuf.cmd once after you unzip the file. Also you should do this when you move the folder to another.
  4. [optional] Copy contents of USERPROFILE subfolder to your HOME folder (usually %USERPROFILE%). Edit the copied files if necessary.

How to Use

  • gschem : double click run_gschem.cmd icon.
  • gSpiceUI : double click run_gSpiceUI.cmd icon.
  • Other tools : run gedavars.cmd on command prompt or double click geda_console.cmd, then invoke any tool in the command prompt.

Please refer each project home page for individual usage.

Config Files

gSpiceUI creates the following config file.

%USERPROFILE%\.gspiceui.conf

If you want to reset gSpiceUI settings, delete the above config file.

gschem creates the following config files.

%USERPROFILE%\.gEDA
%USERPROFILE%\.pcb
%USERPROFILE%\AppData\Local\gEDA\geda-user.conf

Creating files gschemrc and gafrc allows you to customize gschem and gnetlist behavior with your own settings. These files should be written in guile script.

These config files define user global settings when you put them in %USERPROFILE%\.gEDA folder.

These files define project only settings when you put them in the project folder.

.gEDA\gschemrc example:
; disable auto-saving
(auto-save-interval 0)

.gEDA\gafrc example:
(component-library "C:\\Users\\USER\\.gEDA\\local_symbols" "Local Symbols")

Your own symbol library files (.sym) are recommended to place in local_symbols subfolder in %USERPROFILE%\.gEDA folder.


kitanokitsune / 北乃きつね

About

gEDA for Windows plus gSpiceUI


Languages

Language:HTML 72.0%Language:C 13.6%Language:GLSL 4.0%Language:Scheme 2.9%Language:Shell 1.9%Language:M4 1.4%Language:Roff 1.0%Language:C++ 0.8%Language:Makefile 0.6%Language:Perl 0.3%Language:Emacs Lisp 0.3%Language:PostScript 0.3%Language:Pascal 0.2%Language:Python 0.2%Language:CSS 0.1%Language:Objective-C 0.1%Language:PHP 0.1%Language:Tcl 0.0%Language:SourcePawn 0.0%Language:Java 0.0%Language:Yacc 0.0%Language:Awk 0.0%Language:C# 0.0%Language:AMPL 0.0%Language:Batchfile 0.0%Language:Assembly 0.0%Language:sed 0.0%