HalfdanJ / ofxSniffer

Network packet sniffing and crafting wrapper based on the libtins library.
22 stars 4 forks source link

Linux Support #1

Open shwangdev opened 9 years ago

shwangdev commented 9 years ago

It seems that there were some files were missed in this project. How can run this project?

HalfdanJ commented 9 years ago

Did you run the apothecary script as described in the README, or download the binary file from downloads?

shwangdev commented 9 years ago

I copied whole ofxSniffer to apothecary addons folder. and run apothecary update/build ofxSniffer.

The output is

% ./apothecary update ofxSniffer Skipping "libpcap": updateFormula not needed for type "linux64" Skipping "libtins": updateFormula not needed for type "linux64" 10:00 devil@funtoo /home/devil/linux/apothecary/scripts/apothecary % ./apothecary build ofxSniffer Skipping "libpcap": buildFormula not needed for type "linux64" Skipping "libtins": buildFormula not needed for type "linux64" 10:00 devil@funtoo /home/devil/linux/apothecary/scripts/apothecary

HalfdanJ commented 9 years ago

Ahh Linux! I haven't created formulars or binaries for Linux, but you should be able to modify the apothecary formular easily from the Mac version to Linux. And I would love to merge it in. You don't need to move the apothecary files, it looks in addons as well

Den 26/12/2014 kl. 03.17 skrev 王翔(Xiang Wang) notifications@github.com:

I copied whole ofxSniffer to apothecary addons folder. and run apothecary update/build ofxSniffer.

The output is

% ./apothecary update ofxSniffer Skipping "libpcap": updateFormula not needed for type "linux64" Skipping "libtins": updateFormula not needed for type "linux64" 10:00 devil@funtoo /home/devil/linux/apothecary/scripts/apothecary % ./apothecary build ofxSniffer Skipping "libpcap": buildFormula not needed for type "linux64" Skipping "libtins": buildFormula not needed for type "linux64" 10:00 devil@funtoo /home/devil/linux/apothecary/scripts/apothecary

— Reply to this email directly or view it on GitHub.