1.编译分析
goahead\goahead-5.1.1\projects\goahead-linux-default.mk
# goahead-linux-default.mk -- Makefile to build Embedthis GoAhead Community Edition for linux
NAME := goahead
VERSION := 5.1.1
PROFILE ?= default
ARCH ?= $(shell uname -m | sed 's/i.86/x86/;s/x86_64/x64/;s/arm.*/arm/;s/mips.*/mips/')
CC_ARCH ?=

本文档详细介绍了如何编译和构建Embedthis GoAhead社区版在Linux上的默认配置,包括Makefile的设置、编译器选项、依赖库以及链接步骤。读者将了解到如何根据不同的架构和编译器环境调整编译过程。

9493

被折叠的 条评论
为什么被折叠?



