License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE
Unknown
LICENSE.html
Unknown
LICENSE.rtf
Unknown
LICENSE-others
mozart/mozart
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
For more information on Oz and Mozart see https://mozart.github.io/ We would appreciate if you could send E-mail to the mozart-users mailing list: https://groups.google.com/forum/#!forum/mozart-users with some brief information for what you plan to use Mozart. Have lots of fun! -=Compilation=- Building mozart for Arch Linux. -------------------------------------- sudo packer -S mozart-git Building mozart for Ubuntu/Debian (x64). ---------------------------------- $ sudo apt-get install emacs flex bison tk-dev build-essential g++-multilib zlib1g-dev:i386 libgmp-dev:i386 $ mkdir -p ~/dev/mozart $ cd ~/dev/mozart $ git clone https://github.com/mozart/mozart $ mkdir build $ cd build $ ../mozart/configure --prefix=$HOME/oz --disable-contrib-gdbm $ make && make install $ export OZHOME=$HOME/oz $ export PATH=$PATH:$OZHOME/bin Change the prefix path and `OZHOME` to where you want it installed. Run `oz` to start the IDE. Building mozart for OS X ------------------------ In the instructions below, replace <username> with your Mac OS username. Install homebrew https://brew.sh + xcode dependency $ brew install emacs --with-cocoa $ brew install git gmp gdbm flex tcl-tk Install 32-bit gmp: $ curl -O https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 $ tar xvf gmp-6.1.2.tar.bz2 $ cd gmp-6.1.2 $ ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" ABI="32" --prefix=/Users/<username>/oz $ make $ sudo make install Build and install Mozart/Oz $ git clone https://github.com/mozart/mozart.git $ CXX="g++ -Wno-deprecated" \ PATH="/usr/local/opt/tcl-tk/bin:/usr/local/opt/flex/bin:$PATH" \ PKG_CONFIG_PATH="/usr/local/opt/tcl-tk/lib/pkgconfig" \ LDFLAGS="-L/usr/local/opt/flex/lib" \ CPPFLAGS="-I/usr/local/opt/flex/include" \ ./configure --prefix=/Users/<username>/oz --enable-modules-static \ --with-tcl=/usr/local/Cellar/tcl-tk/8.6.8/lib/ \ --with-tk=/usr/local/Cellar/tcl-tk/8.6.8/lib $ make $ make install amend and append the below to the ~/.bash_profile file export OZHOME=/Users/<username>/oz export PATH=$PATH:$OZHOME/bin In case of any errors please send a message to the hackers list and _include_ the output of the following commands: $ uname -a $ gcc --version $ lipo -info /usr/local/lib/libgmp.dylib Installation. ------------- Please refer to this website for more detail : https://mozart.github.io/mozart-v1/doc-1.4.0/install/index.html
About
No description, website, or topics provided.
Resources
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE
Unknown
LICENSE.html
Unknown
LICENSE.rtf
Unknown
LICENSE-others
Stars
Watchers
Forks
Packages 0
No packages published