Package Details: rosbe 2.2.1-1

Git Clone URL: https://aur.archlinux.org/rosbe.git (read-only, click to copy)
Package Base: rosbe
Description: ReactOS Build Environment
Upstream URL: https://reactos.org/wiki/Build_Environment
Keywords: devlop ReactOS
Licenses: GPL
Submitter: chirsz
Maintainer: chirsz
Last Packager: chirsz
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-22 17:27 (UTC)
Last Updated: 2021-03-22 17:27 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Excalibur commented on 2022-05-09 07:22 (UTC)

Need to add following line in PKGBUILD, otherwise gcc will fail:

CFLAGS=${CFLAGS/-Werror=format-security/}
CXXFLAGS=${CXXFLAGS/-Werror=format-security/}

Related: https://bugs.archlinux.org/task/70701

chirsz commented on 2021-03-22 17:41 (UTC)

The installation directory is /opt/RosBE. You should use /opt/RosBE/RosBE.sh /path/to/reactos-repo to enter the build environment.