浏览代码

List differences from swipl source distribution. (#1172)

* List differences from swipl source distribution.
Dave Curylo 7 年之前
父节点
当前提交
bf5afdfe12
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. 19 0
      swipl/content.md

+ 19 - 0
swipl/content.md

@@ -27,3 +27,22 @@ CMD ["swipl", "/app/start.pl"]
 ```
 ```
 
 
 This will extract and copy your source files to the image and then set the default command to run your application.
 This will extract and copy your source files to the image and then set the default command to run your application.
+
+## Differences from the SWI-Prolog source distribution
+
+### Excluded packages
+
+-	jpl - interop with Java is excluded, as Java isn't included on the image
+-	xpce - XPCE is excluded, as it's used only for the GUI platform
+
+### Included addins
+
+This image includes several SWI-Prolog addins that are commonly used, complex to build, and require little additional space.
+
+-	space
+-	prosqlite
+-	rocksdb\*
+-	hdt\*
+-	rserve_client
+
+\*excluded from ARM architecture images due to platform constraints