-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
Ezequiel edited this page Feb 29, 2024
·
5 revisions
You can download the latest version of CadZinho from GitHub releases page at https://github.com/zecruel/CadZinho/releases/latest
NOTE: It's recommended that you install the latest drivers for your video card since CadZinho uses OpenGL to take advantage of hardware acceleration for rendering.
Download the latest cadzinho.msi
file and execute it (administrator privileges required).
- Download the latest
windows.zip
(orwindows_msvc.zip
) to your computer - Unzip it to a folder of your choice
- Authorize the execution of
cadzinho.exe
- Run
cadzinho.exe
, no administrator privileges required.
There are some ways to install CadZinho on Linux:
- Download
cadzinho_x.x.x_amd64.deb
to your computer - Use
apt
command line utility (or other tool of your choice):
sudo apt install full-path-of-downloaded-file/cadzinho_x.x.x_amd64.deb
- Download
cadzinho_x.x.x-x.x86_64.rpm
to your computer - Use
rpm
command line utility (or other tool of your choice):
sudo rpm -i full-path-of-downloaded-file/cadzinho_x.x.x-x.x86_64.rpm
Binaries:
- Download
cadzinho_x.x.x-x.x86_64.pkg.tar.zst
to your computer - Use
pacman
command line utility:
sudo pacman -U full-path-of-downloaded-file/cadzinho_x.x.x-x.x86_64.pkg.tar.zst
Source:
- Go to https://aur.archlinux.org/packages/cadzinho
- Run the following commands:
sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/cadzinho.git
cd cadzinho
sudo makepkg -si
Download the latest linux_appimage.zip, unzip it to a folder of your choice, make CadZinho-x86_64.AppImage file executable (chmod +x) and run it.
- Download the latest macos.zip to your computer
- Double click on the icon to open the archive
- Copy CadZinho.App to your Applications folder and then launch it from there.
Headers and libraries not included in source code:
- C standard library
- SDL 2.0 - https://www.libsdl.org/index.php
- Lua 5.4 - https://www.lua.org/
- OpenGL 3.2 - https://www.opengl.org/
- GLEW 2.1.0 - http://glew.sourceforge.net/
- dirent - https://github.com/tronkko/dirent
- SDL_net (for ZeroBrane Studio integration)- https://github.com/libsdl-org/SDL_net