Opened 15 years ago
Closed 15 years ago
#5048 closed bug (invalid)
Missing step for snow leopard Mac OS X 10.6.2 (10C540)
Reported by: | Nozy | Owned by: | humdinger |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Documentation | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Still working on this I think more may be needed
OS is Mac X ( 10.6.2 ) snow leopard
http://svn.haiku-os.org/haiku/haiku/trunk/docs/userguide/en/installation/install-source-mac.html
Missing step
error
/configure: line 397: yasm: command not found The yasm assembler version 0.7.0 or later must be installed. Download from: http://www.tortall.net/projects/yasm/wiki/Download
need to be added
Step 5: Building the buildtools you need to install yasm for ./configuer
sudo port install yasm password
Change History (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
The whole installation business isn't part of the user guide anymore as that is targeted at "normal people" :)
All should be moved into the online guides section. I may look into that, but it's difficult to break it all down from the platform specific pages into general guides. Also, I can only verify the Linux part (with the limited knowledge I have of building things and Linux (I'm so happy to be almost 100% in Haiku...!)).
comment:3 by , 15 years ago
Priority: | normal → low |
---|
sorry you are right it is on the notes, Don't know how I missed it. I will be more careful next time.
Reassigning to humdinger since he generally maintains the guides in SVN.
It looks like yasm is indeed mentioned here:
http://www.haiku-os.org/documents/dev/how_build_haiku_mac_os_x
and
http://www.haiku-os.org/guides/building/pre-reqs#osx
already. So, it's likely that the SVN-based guide was simply forgotten at that time.