Skip to content

Commit

Permalink
we need to ship the fsharp binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar committed Aug 21, 2016
1 parent 4b54c28 commit ccc100c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions cedar-14/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,24 @@ cd mono-$VERSION
--with-profile2=no
make && make install

echo "Build completed"

echo "Mono build completed"

cd ..
echo "Install fsharp"
git clone https://github.com/fsharp/fsharp
cd fsharp
export PATH=/app/mono/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/app/mono/lib/
export PKG_CONFIG_PATH=/app/mono/lib/pkgconfig/
echo "Run autogen"
./autogen.sh --prefix=/app/mono
echo "Run make"
make
echo "Run make install"
make install
echo "Fsharp installed"

cd ..
cd /app
ls -al

Expand Down

0 comments on commit ccc100c

Please sign in to comment.