I recently came across this open source compressor that I want to use in my mac app, but it seems to be available for linux/debian.
Is there any way I could use it on mac?
|
I recently came across this open source compressor that I want to use in my mac app, but it seems to be available for linux/debian. Is there any way I could use it on mac?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I think you're better off using the sourcecode and compile that for yourself. On the other hand there are many other source compressors you might want to consider, for example Yahoo's open source YUI Compressor: http://yuilibrary.com/download/yuicompressor/ | |||||||||||
feedback
|
|
Yes, there is a way you can use this tool on your Mac (assuming you're using OS X and have no intention of installing Debian). Download the source and build it. You could even submit a Portfile to Macports to make it easier for your peers. | |||
|
feedback
|
|
As Johnsyweb states you can also compile the the source code, but to do this you have to install the development tools. You properly find it on your install DVD as Xcode package or download it direct from Apple. Finally you also need the root passord to install it after using the commands "configure", "make" for installing it using "make install". | ||||
|
feedback
|