Skip to content

Commit ee75545

Browse files
committed
README tweaks
1 parent 58b5838 commit ee75545

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
IfcOpenShell
22
============
3-
IfcOpenShell is an open source ([LGPL]) software library for working with the [IFC] ([IFC2x3 TC1] and [IFC4]) file format.
3+
IfcOpenShell is an open source ([LGPL]) software library for working with the Industry Foundation Classes ([IFC])
4+
file format. Currently supported IFC releases are [IFC2x3 TC1] and [IFC4].
5+
46
For more information, see
57
* [http://ifcopenshell.org](http://ifcopenshell.org)
68
* [http://academy.ifcopenshell.org](http://academy.ifcopenshell.org)
@@ -22,9 +24,9 @@ Dependencies
2224
For handling code pages and Unicode in the parser
2325
* [OpenCOLLADA](https://github.com/khronosGroup/OpenCOLLADA/) - *optional*
2426
For IfcConvert to be able to write tessellated Collada (.dae) files
25-
* [SWIG](http://www.swig.org/), [Python](https://www.python.org/) libraries - *optional*
27+
* [SWIG](http://www.swig.org/) and [Python](https://www.python.org/) - *optional*
2628
For building the IfcOpenShell Python interface and the Blender add-on
27-
* 3ds Max SDK - *optional*
29+
* [3ds Max SDK](http://www.autodesk.com/products/3ds-max/free-trial) - *optional*
2830
For building the 3ds Max plug-in.
2931
All recent versions of 3ds Max (2014 and newer) are 64-bit only, so a 64-bit installation is assumed.
3032

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if(ENABLE_BUILD_OPTIMIZATIONS)
243243
endif()
244244

245245
IF(MSVC)
246-
# Enable solution folders (free VS versions < 2012 doesn't support solution folders)
246+
# Enable solution folders (free VS versions prior to 2012 don't support solution folders)
247247
if (MSVC_VERSION GREATER 1600)
248248
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
249249
endif()

0 commit comments

Comments
 (0)