This repository has been archived by the owner on May 4, 2018. It is now read-only.
forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request JuliaLang#2572 from JuliaLang/jn/noweb
kill off JuliaWebRepl and nginx (see package for continuation)
- Loading branch information
Showing
47 changed files
with
43 additions
and
16,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#/bin/sh | ||
|
||
# This script will attempt to download and build GTK+-3, | ||
# including dependencies, in ~/gtk (also puts stuff in | ||
# ~/.local, ~/Source, ~/.jhbuildrc*) | ||
# While this should work, it may be preferable to execute | ||
# each line separately in the terminal | ||
|
||
curl -O https://raw.github.com/jralls/gtk-osx-build/master/gtk-osx-build-setup.sh | ||
sh gtk-osx-build-setup.sh | ||
export PATH=$PATH:~/.local/bin/ | ||
sed -i -e 's/^setup_sdk/#setup_sdk/g' ~/.jhbuildrc-custom | ||
cat << EOF >> .jhbuildrc-custom | ||
setup_sdk(target=_target, sdk_version=_target, architectures=[_default_arch]) | ||
os.environ["DYLD_LIBRARY_PATH"] = "" | ||
build_policy = "updated-deps" | ||
modules = [ "meta-gtk-osx-bootstrap", | ||
"freetype", "fontconfig", | ||
"meta-gtk-osx-core", | ||
"meta-gtk-osx-themes", | ||
"gtk-quartz-engine" ] | ||
EOF | ||
|
||
jhbuild bootstrap --skip=libiconv --ignore-system | ||
jhbuild build | ||
|
||
cd ~/gtk/source | ||
curl -O http://ftp.gnome.org/pub/gnome/sources/gtk-mac-bundler/0.6/gtk-mac-bundler-0.6.1.tar.bz2 | ||
tar jxvf gtk-mac-bundler-0.6.1.tar.bz2 | ||
cd gtk-mac-bundler-0.6.1 | ||
make install | ||
cd ~/gtk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
/libunwind-* | ||
/lighttpd-* | ||
/llvm-* | ||
/nginx-* | ||
/openblas-* | ||
/patchelf-* | ||
/pcre-* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libuv
updated
1 files
+2 −0 | src/unix/internal.h |
Submodule nginx
deleted from
e02359
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.