I think I'm moving in the right direction. I downloaded several packages that IJulia depends on and put them in the ~/.julia/v0.3 directory along with the IJulia package itself. Before I was just sticking them in the ~/.julia directory, and I don't think Julia was seeing the packages.
When trying `using IJulia`, I get "ERROR: ZMQ not properly installed. Please run Pkg.build("ZMQ"). When I run that command, it tries to build Homebrew, WinRPM, and ZMQ, all of which have their own errors.
Homebrew: "could not spawn setenv(`git rev-parse --git-dir`; dir="P:\\.julia\\v0.3\\Homebrew\\deps\\usr"): no such file or directory (ENOENT)"
WinRPM: "update not defined"
ZMQ: "RPM not defined"
When I try `Pkg.build("IJulia")`, it trys to build Homebrew, WinRPM, Nettle, ZMQ, and IJulia. I get errors for all except IJulia. The Homebrew, WinRPM and ZMQ errors are the same. For Nettle, I get: "RPM not defined"
Now I can open an IJulia instance, but the kernel dies shortly after it comes up. The command window states "ERROR: ZMQ not properly installed. Please run Pkg.build("ZMQ")". Then it attempts to restart the kernel and repeats the process.