Platform/GFX/Moz2D: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 163: Line 163:
# On OSX clang++ is required: CXX=clang++
# On OSX clang++ is required: CXX=clang++
# Build using one of the following targets:
# Build using one of the following targets:
#* release: <code>make -f Makefile.standalone release MOZ2D_CAIRO=true</code>
#* release: <code>make release</code>
#* debug: <code>make -f Makefile.standalone debug MOZ2D_CAIRO=true</code>
#* debug: <code>make debug</code>
#* check: <code>make -f Makefile.standalone check MOZ2D_CAIRO=true</code>
#* check: <code>make check</code>
#* player2d: <code>make -f Makefile.standalone player2d MOZ2D_CAIRO=true</code>
#* player2d: <code>make player2d</code>


When building Player2D beware of the following:
When building Player2D beware of the following:
Line 185: Line 185:


# Clone the repository: <code>hg clone http://hg.mozilla.org/users/bschouten_mozilla.com/moz2d</code>
# Clone the repository: <code>hg clone http://hg.mozilla.org/users/bschouten_mozilla.com/moz2d</code>
# <code>make -f Makefile.standalone clean release MOZ2D_SKIA=skia</code>
# <code>make clean release MOZ2D_SKIA=skia</code>
# If you didn't checkout skia under the moz2d src directory then set MOZ2D_SKIA to it's relative path
# If you didn't checkout skia under the moz2d src directory then set MOZ2D_SKIA to it's relative path


Confirmed users
336

edits

Navigation menu