File: README.Debian

package info (click to toggle)
angelscript 2.35.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,388 kB
  • sloc: cpp: 71,969; asm: 1,558; makefile: 665; xml: 214; javascript: 42; python: 22; ansic: 22; sh: 7
file content (10 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
angelscript for Debian
-----------------

  To avoid name conflicts, library is precompiled with AS_USE_NAMESPACE enabled,
  that is, all symbols are under `AngelScript' namespace. Thus you must also
  enable AS_USE_NAMESPACE.

  If you did not use namespaced AngelScript API and are looking for dirty hack,
  you can define AS_DEBIAN_LIB (for example in CPPFLAGS), which will
  automatically pull `using namespace AngelScript;' into the header.