mirror of
				https://github.com/nmvdw/HITs-Examples
				synced 2025-11-04 07:33:51 +01:00 
			
		
		
		
	Update the README
This commit is contained in:
		
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							@@ -2,12 +2,20 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Needed: https://github.com/HoTT/HoTT
 | 
					Needed: https://github.com/HoTT/HoTT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
More information on the work is in HITs.pdf.
 | 
					The only part of the project that is buildable is the `FiniteSets` library.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Building
 | 
					# Building
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make sure that you have [hoqc](https://github.com/HoTT/HoTT) installed. Then generate
 | 
					Before proceeding make sure that you have [hoqc](https://github.com/HoTT/HoTT) installed.
 | 
				
			||||||
the Makefile and build the project:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    coq_makefile -f _CoqProject -o Makefile
 | 
					1. Build the `HitTactics` library in `prelude`.
 | 
				
			||||||
    make
 | 
					```
 | 
				
			||||||
 | 
					cd prelude
 | 
				
			||||||
 | 
					hoqc HitTactics
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					2. Generate the Makefile and build the `FiniteSets` library
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					cd ../FiniteSets
 | 
				
			||||||
 | 
					coq_makefile -f _CoqProject -o Makefile
 | 
				
			||||||
 | 
					make
 | 
				
			||||||
 | 
					```    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user