mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Life saver: update locale generation
This commit is contained in:
		
							parent
							
								
									86f51cd9d0
								
							
						
					
					
						commit
						76d59ac033
					
				
					 25 changed files with 71 additions and 12 deletions
				
			
		|  | @ -81,7 +81,7 @@ export REQUIRED_DEV_PACKAGES="libmspack-dev libgstreamerd-3-dev libsecret-1-dev | |||
| # libwebkit2gtk-4.1-dev ?? | ||||
| export DEV_PACKAGES_COUNT=$(echo ${REQUIRED_DEV_PACKAGES} | wc -w) | ||||
| if [ $(dpkg --get-selections | grep -E "$(echo ${REQUIRED_DEV_PACKAGES} | tr ' ' '|')" | wc -l) -lt ${DEV_PACKAGES_COUNT} ]; then | ||||
|     sudo apt install -y ${REQUIRED_DEV_PACKAGES} git cmake wget file | ||||
|     sudo apt install -y ${REQUIRED_DEV_PACKAGES} git cmake wget file gettext | ||||
| fi | ||||
| 
 | ||||
| #FIXME: require root for -u option | ||||
|  | @ -230,11 +230,8 @@ then | |||
|         # make Slic3r | ||||
|         echo "[8/9] Building Slic3r..." | ||||
|         make -j$NCORES OrcaSlicer # Slic3r | ||||
| 
 | ||||
|         # make .mo | ||||
|         # make gettext_po_to_mo # FIXME: DeftDawg: complains about msgfmt not existing even in SuperSlicer, did this ever work? | ||||
|      | ||||
|     popd | ||||
|     run_gettext.sh | ||||
|     echo "done" | ||||
| fi | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever