freebsd-ports/devel/pikdev/files/pkg-message.in
Jose Alonso Cardenas Marquez 9d4693d397 New port: devel/pikdev
PiKdev is a simple graphic IDE for the development of PIC-based applications.
It currently supports assembly language. C language is also supported for PIC
18 devices. PiKdev is developed in C++ under Linux, FreeBSD and is based on
the KDE environment.

WWW:    http://pikdev.free.fr/

Approved by:	garga (mentor)
2006-08-01 11:20:58 +00:00

21 lines
545 B
Text

###############################################################################
1) Add your user to wheel group
2) Modify user and group permissions of /dev/ppi0 to read/write.
- FreeBSD 4.x
* chown root:wheel /dev/ppi0
* chmod 660 /dev/ppi0
- FreeBSD >= 5.x
* Add these lines into /etc/devfs.conf
own ppi0 root:wheel
perm ppi0 0660
* Run sh /etc/rc.d/devfs restart
3) Run pikdev (gui) or pkp (cli)
4) Enjoy it ;)
###############################################################################