-
Notifications
You must be signed in to change notification settings - Fork 0
License
NetBSDfr/beastiebox
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
In order to test this project : Add / remove binaries to be compiled into BeastieBox by editing the cmdlist file. Dynamic linking : $ make $ cd beastiebin $ make install # this will install libraries to the ../beastielib directory $ cd .. # optionally strip resulting executable $ make strip Semi-static linking (preferred method) : $ cd beastiebin $ make && make install $ cd .. $ make STATIC=1 # optionally strip resulting executable $ make strip Full-static linking : $ cd beastiebin $ make FULLSTATIC=1 && make install $ cd .. $ make FULLSTATIC=1 # optionally strip resulting executable $ make staticstrip Usage : $ ln -s beastiebox ifconfig $ ln -s beastiebox route $ ln -s beastiebox sh $ ./ifconfig <NIC>
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published