Skip to content

ace v1.19.7.1

Latest
Compare
Choose a tag to compare
@muhammadmuzzammil1998 muhammadmuzzammil1998 released this 31 Jul 16:59
a309cfd

Installation

Binaries are also available, check "Assets".

Linux using dpkg

64 bit

$ wget https://github.com/muhammadmuzzammil1998/ace/releases/download/v1.19.7.1/ace-linux-amd64.deb
$ sudo dpkg -i ace-linux-amd64.deb

32 bit

$ wget https://github.com/muhammadmuzzammil1998/ace/releases/download/v1.19.7.1/ace-linux-386.deb
$ sudo dpkg -i ace-linux-386.deb

Windows

64 bit

$ Invoke-WebRequest https://github.com/muhammadmuzzammil1998/ace/releases/download/v1.19.7.1/ace-windows-amd64.exe -OutFile ace.exe

Move ace.exe to C:\Windows or store it somewhere and add it to path.

$ mv .\ace.exe C:\Windows\ace.exe

32 bit

$ Invoke-WebRequest https://github.com/muhammadmuzzammil1998/ace/releases/download/v1.19.7.1/ace-windows-386.exe -OutFile ace.exe

Move ace.exe to C:\Windows or store it somewhere and add it to path.

$ mv .\ace.exe C:\Windows\ace.exe

Other OSs

You can download the binary already built or build it yourself.

** If you are interested, for some strange reason, check binary information: (from ./build.sh)**

ace-darwin-386/ace: Mach-O i386 executable
ace-darwin-amd64/ace: Mach-O 64-bit x86_64 executable
ace-dragonfly-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped
ace-freebsd-386/ace: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), statically linked, not stripped
ace-freebsd-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, not stripped
ace-freebsd-arm/ace: ELF 32-bit LSB executable, ARM, EABI5 version 1 (FreeBSD), statically linked, not stripped
ace-linux-386.deb: Debian binary package (format 2.0)
ace-linux-386/ace: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, not stripped
ace-linux-amd64.deb: Debian binary package (format 2.0)
ace-linux-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, not stripped
ace-linux-arm/ace: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
ace-linux-arm64/ace: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped
ace-linux-ppc64/ace: ELF 64-bit MSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), statically linked, not stripped
ace-linux-ppc64le/ace: ELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), statically linked, not stripped
ace-linux-mips/ace: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, not stripped
ace-linux-mipsle/ace: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, not stripped
ace-linux-mips64/ace: ELF 64-bit MSB executable, MIPS, MIPS-III version 1 (SYSV), statically linked, not stripped
ace-linux-mips64le/ace: ELF 64-bit LSB executable, MIPS, MIPS-III version 1 (SYSV), statically linked, not stripped
ace-netbsd-386/ace: ELF 32-bit LSB executable, Intel 80386, version 1 (NetBSD), statically linked, for NetBSD 5.99, not stripped
ace-netbsd-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (NetBSD), statically linked, for NetBSD 5.99, not stripped
ace-netbsd-arm/ace: ELF 32-bit LSB executable, ARM, EABI5 version 1 (NetBSD), statically linked, for NetBSD 5.99, not stripped
ace-openbsd-386/ace: ELF 32-bit LSB executable, Intel 80386, version 1 (OpenBSD), statically linked, for OpenBSD, not stripped
ace-openbsd-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (OpenBSD), statically linked, for OpenBSD, not stripped
ace-openbsd-arm/ace: ELF 32-bit LSB executable, ARM, version 1 (OpenBSD), statically linked, for OpenBSD, not stripped
ace-plan9-386/ace: Plan 9 executable, Intel 386
ace-plan9-amd64/ace: data
ace-solaris-amd64/ace: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, not stripped
ace-windows-386/ace.exe: PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows
ace-windows-amd64/ace.exe: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows