Closed
Bug 571007
Opened 14 years ago
Closed 14 years ago
Install YASM on SeaMonkey Mac build machines
Categories
(SeaMonkey :: Release Engineering, defect)
SeaMonkey
Release Engineering
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
References
Details
For being able to speed up WebM on Macs, we need to install YASM on the SeaMonkey Mac machines.
The DMG is in attachment 448833 [details].
Assignee | ||
Comment 1•14 years ago
|
||
Found that this sequence of commands should work for this installation:
--------------------------------------------------------------------------------
cd /tools/dist/
sudo wget --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=448833 -O yasm-1.0.1.dmg
hdiutil attach yasm-1.0.1.dmg
sudo installer -pkg /Volumes/Mozilla\ yasm-1.0.1/yasm-1.0.1.pkg -target /
hdiutil detach /Volumes/Mozilla\ yasm-1.0.1
sudo rm yasm-1.0.1.dmg
--------------------------------------------------------------------------------
...and this was successful. YASM installed on all Mac machines now.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•