Thanks a lot. :-)
Search Criteria
Package Details: freerouting 1.4.4-1
Git Clone URL: | https://aur.archlinux.org/freerouting.git (read-only, click to copy) |
---|---|
Package Base: | freerouting |
Description: | Advanced PCB autorouter |
Upstream URL: | https://github.com/freerouting/freerouting |
Licenses: | |
Submitter: | dviktor |
Maintainer: | dviktor |
Last Packager: | dviktor |
Votes: | 4 |
Popularity: | 0.000443 |
First Submitted: | 2020-04-11 16:14 |
Last Updated: | 2020-05-11 08:07 |
Dependencies (4)
- jre11-openjdk>=11 (jdk11-openjdk-dcevm, jdk11-openjdk-dcevm-conflicts-fixed, jdk11-adoptopenjdk)
- git (git-git) (make)
- jdk11-openjdk>=11 (jdk11-openjdk-dcevm, jdk11-openjdk-dcevm-conflicts-fixed, jdk11-adoptopenjdk) (make)
- kicad (kicad-git, kicad-rc) (optional) – for use with PCB editor
Required by (0)
Sources (2)
Latest Comments
CSC commented on 2020-05-11 08:40
dviktor commented on 2020-05-11 08:08
@icewind should be working now
@CSC done
dviktor commented on 2020-05-11 08:07
Don't forget to set active JDK to 11 version before running makepkg
:
$ sudo archlinux-java set java-11-openjdk
CSC commented on 2020-05-05 15:58
There is a stable release available (1.4.4) at the repository now. Could you build against this? See: https://github.com/freerouting/freerouting/releases/latest
icewind commented on 2020-04-22 10:44
could you update the script to pass along any command line arguments so the program can be used in cli mode
icewind commented on 2020-04-21 13:14
requires git as makedepend
dviktor commented on 2020-04-12 01:29
I know, but the author doesn't upload stable releases on GitHub, only daily assets which are just snapshots of current git state. Original freerouting-git
name is already taken by another package so I see no appropriate way to solve this
FFY00 commented on 2020-04-11 23:38
As this isn't a VCS package it should build the latest release, not the latest commit from master. Please correct this.
dviktor commented on 2019-11-10 16:56
I think it would be better to create separate package named freeroute
and build it from source. This version deals with latest available binary version from Alfons Wirtz
amael commented on 2019-11-08 06:46
The software is now available on freerouting.org instead of freerouting.net
Pinned Comments
dviktor commented on 2020-05-11 08:07
Don't forget to set active JDK to 11 version before running
makepkg
:$ sudo archlinux-java set java-11-openjdk